Inertia.js devtools

Inertia.js page json in devtools panel

Inertia.js devtoolsคืออะไร?

Inertia.js devtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yoann และคุณลักษณะหลักของมันคือ "Inertia.js page json in devtools panel"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inertia.js devtools

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

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

                        I design this extension to display an up-to-date Inertia.js page json in Chrome devtools panel.                    

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

ชื่อ Inertia.js devtools Inertia.js devtools
ID golilfffgehhabacoaoilfgjelagablo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inertiajs-devtools/golilfffgehhabacoaoilfgjelagablo
คำอธิบาย Inertia.js page json in devtools panel
ขนาดไฟล์ 173 KB
จำนวนการติดตั้ง 993
เวอร์ชันปัจจุบัน 0.4.0
อัปเดตครั้งล่าสุด 2023-09-12
วันที่เผยแพร่ 2022-03-15
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Yoann
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yfrommelt/chrome-inertiajs
URL หน้าช่วยเหลือ https://github.com/yfrommelt/chrome-inertiajs/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inertia.js devtools",
    "version": "0.4.0",
    "author": "Yoann Frommelt ",
    "description": "Inertia.js page json in devtools panel",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "devtools_page": "devtools.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3
}