MobX Developer Tools
Dev-tools for MobX and React
Wat is MobX Developer Tools?
MobX Developer Tools is een Chrome-extensie ontwikkeld door Andy Kogut, en de belangrijkste functie is "Dev-tools for MobX and React".
Extensie Screenshots
Download het CRX-bestand van de extensie MobX Developer Tools
Download MobX Developer Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | MobX Developer Tools |
ID | pfgnfdagidkfgccljigdamigbcnndkod |
Officiële URL | https://chromewebstore.google.com/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod |
Beschrijving | Dev-tools for MobX and React |
Bestandsgrootte | 875 KB |
Aantal Installaties | 32,265 |
Huidige Versie | 0.9.26 |
Laatst Bijgewerkt | 2020-10-30 |
Publicatiedatum | 2020-04-24 |
Beoordeling | 3.37/5 Totaal 49 Beoordelingen |
Ontwikkelaar | Andy Kogut |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/andykog/mobx-devtools |
Help Pagina-URL | https://github.com/andykog/mobx-devtools/issues |
Ondersteunde Talen | 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": [ " |