All Projects → FormidableLabs → Urql Devtools

FormidableLabs / Urql Devtools

Licence: mit
A tool for monitoring and debugging urql during development

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Urql Devtools

Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+2253.44%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension, webextension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (+5.34%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (+15.27%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, webextension
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+279.39%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (+254.2%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1907.63%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, webextension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (+44.27%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (+167.94%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon, browser-extension
Chrome Utm Stripper
Browser extension that strips Google Analytics (UTM) parameters, and various other click tracking tokens, from URL query strings
Stars: ✭ 590 (+350.38%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Saka Key
A keyboard interface to the web
Stars: ✭ 748 (+470.99%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Toggl Button
Toggl Button extension for Chrome and Firefox
Stars: ✭ 891 (+580.15%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (+327.48%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
The Tab Of Words
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
Stars: ✭ 94 (-28.24%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Gooreplacer
⚡️⚡️A browser extension to modify HTTP requests :-)
Stars: ✭ 850 (+548.85%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Authautofill
한국 휴대전화 본인인증 서비스 자동완성 브라우저 확장 프로그램 Browser Extension for Korea SMS Authentication
Stars: ✭ 22 (-83.21%)
Mutual labels:  chrome-extension, chrome, firefox-addon, browser-extension
Tabliss
An extensible New Tab web extension written in TypeScript, React and Redux.
Stars: ✭ 798 (+509.16%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, webextension
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+3985.5%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+6325.95%)
Mutual labels:  chrome, firefox, firefox-addon, webextension
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-57.25%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+653.44%)
Mutual labels:  chrome-extension, chrome, firefox, firefox-addon
logo

Urql Devtools

The official browser extension for Urql

CircleCI Build Status Chrome Web Store Firefox Addon Fixtures Spectrum badge Licence MIT


Features

📬 Event timeline

See all debugging and network events in real time.

🗂 Cache explorer

Explore your cache and see when cached data is being used.

🚀 Request tool

Explore your backend schema and trigger queries directly via your running Urql client.

Usage

Add the urql exchange

Follow the instructions to install and setup the devtools exchange

🌐 Browser

Install the extension for your browser of choice

Open the devtools panel in your browser and click on the Urql tab

📱 React Native

Start the electron app from a dedicated shell

npx urql-devtools

Note: Android users may need to forward port 7700 from their device to their local machine:

adb reverse tcp:7700 tcp:7700

Integrations

Visit the debugging docs to find out how to integrate your self-made exchanges with our devtools.

Contributing

Have experience working with devtools extensions or want to get involved? Check out our contributing docs to get started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].