MobX Developer Tools
Dev-tools for MobX and React
Cos'è MobX Developer Tools?
MobX Developer Tools è un'estensione di Chrome sviluppata da Andy Kogut, e la sua funzione principale è "Dev-tools for MobX and React".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MobX Developer Tools
Scarica i file di estensione MobX Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | MobX Developer Tools |
ID | pfgnfdagidkfgccljigdamigbcnndkod |
URL Ufficiale | https://chromewebstore.google.com/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod |
Descrizione | Dev-tools for MobX and React |
Dimensione del File | 875 KB |
Conteggio Installazioni | 32,265 |
Versione Corrente | 0.9.26 |
Ultimo Aggiornamento | 2020-10-30 |
Data di Pubblicazione | 2020-04-24 |
Valutazione | 3.37/5 Totale 49 Valutazioni |
Sviluppatore | Andy Kogut |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/andykog/mobx-devtools |
URL della Pagina di Aiuto | https://github.com/andykog/mobx-devtools/issues |
Lingue Supportate | 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": [ " |