MobX Developer Tools Pro
Dev-tools for MobX
What is MobX Developer Tools Pro?
MobX Developer Tools Pro is a Chrome extension developed by xlreai3041, and its main feature is "Dev-tools for MobX".
Extension Screenshots
Download MobX Developer Tools Pro Extension CRX File
Download MobX Developer Tools Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dev-tools for MobX and React(The official Mobx Devtools enhanced version) Features: Track action Computed view Diff view Stores view Inspect mobx-react(mobx-react-lite) observers
Extension Basic Information
Name | MobX Developer Tools Pro |
ID | kbkofmkelombofknjlippaelfjhbpena |
Official URL | https://chromewebstore.google.com/detail/mobx-developer-tools-pro/kbkofmkelombofknjlippaelfjhbpena |
Description | Dev-tools for MobX |
File Size | 474 KB |
Installation Count | 2,200 |
Current Version | 1.3.0 |
Last Updated | 2022-11-17 |
Publish Date | 2021-12-07 |
Rating | 4.50/5 Total 6 Ratings |
Developer | xlreai3041 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MobX Developer Tools Pro", "description": "Dev-tools for MobX", "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": [ "storage", "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "icons\/toolbar-chrome.png", "32": "icons\/[email protected]" }, "default_title": "Open" }, "content_scripts": [ { "matches": [ " |