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
官方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
}