Fulcro Inspect
Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network
Fulcro Inspectとは何ですか?
Fulcro Inspectはwsscodeによって開発されたChromeの拡張機能で、その主な機能は「Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network」です。
拡張機能のスクリーンショット
Fulcro Inspect拡張機能のCRXファイルをダウンロード
Fulcro Inspect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inspect Fulcro apps from your Chrome devtools! 拡張機能の基本情報
| 名前 | |
| ID | meeijplnfjcihnhkpanepcaffklobaal |
| 公式URL | https://chromewebstore.google.com/detail/fulcro-inspect/meeijplnfjcihnhkpanepcaffklobaal |
| 説明 | Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network |
| ファイルサイズ | 1.15 MB |
| インストール数 | 954 |
| 現在のバージョン | 3.0.5 |
| 最終更新日 | 2021-07-02 |
| 公開日 | 2020-05-30 |
| 評価 | 5.00/5 合計 11 レビュー |
| 開発者 | wsscode |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/fulcrologic/fulcro-inspect |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network",
"devtools_page": "devtools.html",
"permissions": [
"file:\/\/\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_icon": {
"16": "icon-16-disabled.png",
"32": "icon-32-disabled.png",
"48": "icon-48-disabled.png",
"128": "icon-128-disabled.png"
},
"default_popup": "popups\/disabled.html"
},
"name": "Fulcro Inspect",
"background": {
"scripts": [
"out\/shared.js",
"out\/bg-shared.js",
"out\/background.js"
],
"persistent": false
},
"externally_connectable": {
"ids": [
"*"
]
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' http:\/\/localhost:9630; connect-src * data: blob: filesystem:; style-src 'self' data: chrome-extension-resource: 'unsafe-inline'; img-src 'self' data: chrome-extension-resource:; frame-src 'self' data: chrome-extension-resource:; font-src 'self' data: chrome-extension-resource:; media-src * data: blob: filesystem:;",
"content_scripts": [
{
"js": [
"out\/shared.js",
"out\/bg-shared.js",
"out\/content-script.js"
],
"matches": [
" | |