single-spa Inspector

A devtools panel for single-spa applications

Qu'est-ce que single-spa Inspector ?

single-spa Inspector est une extension Chrome développée par single.spa.inspector.dev, et sa fonction principale est "A devtools panel for single-spa applications".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension single-spa Inspector

Téléchargez les fichiers d'extension single-spa Inspector 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

                        Visualize your single-spa applications, update their status, and add import overrides in your browser.                    

Informations de Base sur l'Extension

Nom single-spa Inspector single-spa Inspector
ID emldbibkihanfiaiaghebffnbahjcgcp
URL Officiel https://chromewebstore.google.com/detail/single-spa-inspector/emldbibkihanfiaiaghebffnbahjcgcp
Description A devtools panel for single-spa applications
Taille du Fichier 439 KB
Nombre d'Installations 12,166
Version Actuelle 0.5.0
Dernière Mise à Jour 2019-10-12
Date de Publication 2019-10-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur single.spa.inspector.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/CanopyTax/single-spa-inspector
URL de la Page d'Aide https://github.com/CanopyTax/single-spa-inspector/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "single-spa Inspector",
    "short_name": "sspa Inspect",
    "version": "0.5.0",
    "author": "Anthony Frehner",
    "homepage_url": "https:\/\/github.com\/CanopyTax\/single-spa-inspector",
    "description": "A devtools panel for single-spa applications",
    "browser_action": {
        "default_icon": ".\/logo-white-bgblue.png",
        "default_title": "single-spa Inspector"
    },
    "icons": {
        "48": ".\/logo-white-bgblue.png",
        "96": ".\/logo-white-bgblue.png"
    },
    "devtools_page": ".\/build\/main.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                ".\/build\/contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            ".\/build\/backgroundScript.js"
        ]
    }
}