REMIX DJ

Developer tools for the Remix framework

REMIX DJคืออะไร?

REMIX DJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย remixdj.dev และคุณลักษณะหลักของมันคือ "Developer tools for the Remix framework"

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

screenshot

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

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

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

                        Detects when Remix is used on a page and provides options for viewing the structure of a page:

-A tree chart, with connected nodes representing your routes
-A drop-down list, with child components nested under their parents                    

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

ชื่อ REMIX DJ REMIX DJ
ID ifjgigpnonjhdejjllpmdmelofjbokgl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remix-dj/ifjgigpnonjhdejjllpmdmelofjbokgl
คำอธิบาย Developer tools for the Remix framework
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-04-24
วันที่เผยแพร่ 2023-04-24
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา remixdj.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/afa19a84-e8b0-4bb4-b968-6a564afbc9cc
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "REMIX DJ",
    "description": "Developer tools for the Remix framework",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/cropped.logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "detect_remix.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png",
        "256": "icons\/logo256.png"
    },
    "devtools_page": "devtools\/devtools.html",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}