Inertia.js devtools

Inertia.js page json in devtools panel

What is Inertia.js devtools?

Inertia.js devtools is a Chrome extension developed by Yoann, and its main feature is "Inertia.js page json in devtools panel".

Extension Screenshots

screenshot

Download Inertia.js devtools Extension CRX File

Download Inertia.js devtools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Inertia.js devtools Inertia.js devtools
ID golilfffgehhabacoaoilfgjelagablo
Official URL https://chromewebstore.google.com/detail/inertiajs-devtools/golilfffgehhabacoaoilfgjelagablo
Description Inertia.js page json in devtools panel
File Size 173 KB
Installation Count 993
Current Version 0.4.0
Last Updated 2023-09-12
Publish Date 2022-03-15
Rating 4.33/5 Total 3 Ratings
Developer Yoann
Email [email protected]
Payment Type free
Extension Website https://github.com/yfrommelt/chrome-inertiajs
Help Page URL https://github.com/yfrommelt/chrome-inertiajs/issues
Supported Languages 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
}