single-spa Inspector

A devtools panel for single-spa applications

What is single-spa Inspector?

single-spa Inspector is a Chrome extension developed by single.spa.inspector.dev, and its main feature is "A devtools panel for single-spa applications".

Extension Screenshots

screenshot

Download single-spa Inspector Extension CRX File

Download single-spa Inspector 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

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

Extension Basic Information

Name single-spa Inspector single-spa Inspector
ID emldbibkihanfiaiaghebffnbahjcgcp
Official URL https://chromewebstore.google.com/detail/single-spa-inspector/emldbibkihanfiaiaghebffnbahjcgcp
Description A devtools panel for single-spa applications
File Size 439 KB
Installation Count 12,166
Current Version 0.5.0
Last Updated 2019-10-12
Publish Date 2019-10-10
Rating 5.00/5 Total 3 Ratings
Developer single.spa.inspector.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/CanopyTax/single-spa-inspector
Help Page URL https://github.com/CanopyTax/single-spa-inspector/issues
Supported Languages 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"
        ]
    }
}