MobX Developer Tools
Dev-tools for MobX and React
什么是MobX Developer Tools?
MobX Developer Tools是由Andy Kogut开发的Chrome扩展程序,该扩展的主要功能是“Dev-tools for MobX and React”。
扩展截图
下载MobX Developer Tools扩展crx文件
下载MobX Developer Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | pfgnfdagidkfgccljigdamigbcnndkod |
| 官方URL | https://chromewebstore.google.com/detail/mobx-developer-tools/pfgnfdagidkfgccljigdamigbcnndkod |
| 简介 | Dev-tools for MobX and React |
| 文件大小 | 875 KB |
| 安装次数 | 32,265 |
| 当前版本 | 0.9.26 |
| 更新时间 | 2020-10-30 |
| 上架时间 | 2020-04-24 |
| 评分 | 3.37/5 共49次评分 |
| 开发者 | Andy Kogut |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/andykog/mobx-devtools |
| 帮助页面URL | https://github.com/andykog/mobx-devtools/issues |
| 支持的语言 | 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": [
" | |