single-spa Inspector

A devtools panel for single-spa applications

Vad är single-spa Inspector?

single-spa Inspector är en Chrome-tillägg utvecklad av single.spa.inspector.dev, och dess huvudfunktion är "A devtools panel for single-spa applications".

Tilläggsskärmbilder

screenshot

Ladda ner single-spa Inspector-förlängningens CRX-fil

Ladda ner single-spa Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn single-spa Inspector single-spa Inspector
ID emldbibkihanfiaiaghebffnbahjcgcp
Officiell webbadress https://chromewebstore.google.com/detail/single-spa-inspector/emldbibkihanfiaiaghebffnbahjcgcp
Beskrivning A devtools panel for single-spa applications
Filstorlek 439 KB
Antal Installationer 12,166
Aktuell Version 0.5.0
Senast Uppdaterad 2019-10-12
Publiceringsdatum 2019-10-10
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare single.spa.inspector.dev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/CanopyTax/single-spa-inspector
Hjälpsida URL https://github.com/CanopyTax/single-spa-inspector/issues
Stödda Språk 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"
        ]
    }
}