Inertia.js devtools

Inertia.js page json in devtools panel

什麼是Inertia.js devtools?

Inertia.js devtools是由Yoann開發的Chrome擴展程式,該擴展的主要功能是“Inertia.js page json in devtools panel”。

擴展截圖

screenshot

下載Inertia.js devtools擴展crx文件

下載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
官方網址 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
}