MobX Developer Tools Pro
Dev-tools for MobX
什么是MobX Developer Tools Pro?
MobX Developer Tools Pro是由xlreai3041开发的Chrome扩展程序,该扩展的主要功能是“Dev-tools for MobX”。
扩展截图
下载MobX Developer Tools Pro扩展crx文件
下载MobX Developer Tools Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | kbkofmkelombofknjlippaelfjhbpena |
| 官方URL | https://chromewebstore.google.com/detail/mobx-developer-tools-pro/kbkofmkelombofknjlippaelfjhbpena |
| 简介 | Dev-tools for MobX |
| 文件大小 | 474 KB |
| 安装次数 | 2,200 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2022-11-17 |
| 上架时间 | 2021-12-07 |
| 评分 | 4.50/5 共6次评分 |
| 开发者 | xlreai3041 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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": [
" | |