Inertia.js devtools

Inertia.js page json in devtools panel

Qu'est-ce que Inertia.js devtools ?

Inertia.js devtools est une extension Chrome développée par Yoann, et sa fonction principale est "Inertia.js page json in devtools panel".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inertia.js devtools

Téléchargez les fichiers d'extension Inertia.js devtools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Inertia.js devtools Inertia.js devtools
ID golilfffgehhabacoaoilfgjelagablo
URL Officiel https://chromewebstore.google.com/detail/inertiajs-devtools/golilfffgehhabacoaoilfgjelagablo
Description Inertia.js page json in devtools panel
Taille du Fichier 173 KB
Nombre d'Installations 993
Version Actuelle 0.4.0
Dernière Mise à Jour 2023-09-12
Date de Publication 2022-03-15
Évaluation 4.33/5 Total 3 Évaluations
Développeur Yoann
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/yfrommelt/chrome-inertiajs
URL de la Page d'Aide https://github.com/yfrommelt/chrome-inertiajs/issues
Langues Prises en Charge 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
}