By: Deep Patel
Inspect and view changes in React Context DevTool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "React Context DevTool",
"version": "3.2",
"description": "Devtool for React Context and useReducer",
"manifest_version": 2,
"icons": {
"16": "assets/icons/icon16.png",
"32": "assets/icons/icon32.png",
"48": "assets/icons/icon48.png",
"128": "assets/icons/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "assets/icons/icon16-disabled.png",
"32": "assets/icons/icon32-disabled.png",
"48": "assets/icons/icon48-disabled.png",
"128": "assets/icons/icon128-disabled.png"
},
"default_popup": "popup/disabled.html"
},
"background": {
"scripts": [
"background.js"
]
},
"devtools_page": "devtool/devtool.html",
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"permissions": [
"storage",
"file:///*",
"http://*/*",
"https://*/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"injectGlobalHook.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
"react-context-devtool-helper.js"
]
} Best React Context DevTool Alternatives
Here are some Firefox add-ons that are similar to React Context DevTool:
React Context DevTool
Deep Patel
Redux DevTools
timdorr
Teaful DevTools
Aral Roca
React Developer Tools
React
React Developer Tools Lite
React Developer Tools
React Developer Tools Lite
react-developer-tools
React Developer Tools
vuejsdevtools
React Performance Devtool
Nitin Tulswani
Redux DevTools TM
Xavin Laylin
KonvaJS Devtools
Duc Trung Mai
TanStack Query DevTools
DeeCode
GraphQL DevTools
Francesco De Stefano