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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wsscode และคุณลักษณะหลักของมันคือ "Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fulcro Inspect

ดาวน์โหลดไฟล์ส่วนขยาย Fulcro Inspect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Inspect Fulcro apps from your Chrome devtools!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fulcro Inspect Fulcro Inspect
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
อีเมล [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": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "version": "3.0.5"
}