MobX Developer Tools
Dev-tools for MobX and React
Qu'est-ce que MobX Developer Tools ?
MobX Developer Tools est une extension Chrome développée par Andy Kogut, et sa fonction principale est "Dev-tools for MobX and React".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MobX Developer Tools
Téléchargez les fichiers d'extension MobX Developer Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Inspect mobx-react observers. Edit values in observable objects (Doesn't support editing react props/state, use react-devtools for that) Track changes in MobX observables MST support
Informations de Base sur l'Extension
Nom | MobX Developer Tools |
ID | pfgnfdagidkfgccljigdamigbcnndkod |
URL Officiel | https://chromewebstore.google.com/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod |
Description | Dev-tools for MobX and React |
Taille du Fichier | 875 KB |
Nombre d'Installations | 32,265 |
Version Actuelle | 0.9.26 |
Dernière Mise à Jour | 2020-10-30 |
Date de Publication | 2020-04-24 |
Évaluation | 3.37/5 Total 49 Évaluations |
Développeur | Andy Kogut |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/andykog/mobx-devtools |
URL de la Page d'Aide | https://github.com/andykog/mobx-devtools/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MobX Developer Tools", "description": "Dev-tools for MobX and React", "minimum_chrome_version": "44", "icons": { "16": "icons\/Icon-16.png", "48": "icons\/Icon-48.png", "128": "icons\/Icon-128.png" }, "devtools_page": "panel-loader.html", "commands": { "open-devtools-window": { "suggested_key": { "default": "Alt+M" }, "description": "DevTools window to left" } }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "main.html", "panel.html", "backend.js" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "storage", "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "icons\/toolbar-chrome.png", "32": "icons\/[email protected]" }, "default_title": "Open" }, "content_scripts": [ { "matches": [ " |