Box Borders

Adds Red Borders to all Boxes on the Page

Was ist Box Borders?

Box Borders ist eine Chrome-Erweiterung, die von davidnbooth entwickelt wurde, und ihr Hauptmerkmal ist "Adds Red Borders to all Boxes on the Page".

Erweiterungsscreenshots

screenshot

Box Borders-Erweiterungs-CRX-Datei herunterladen

Laden Sie Box Borders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Adds red borders to all of the elements on the page.  Useful for web development and debugging the layout of your page.                    

Grundlegende Informationen zur Erweiterung

Name Box Borders Box Borders
ID fjdkmkjlnhchckdbmdfbhkofmjdkhfig
Offizielle URL https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig
Beschreibung Adds Red Borders to all Boxes on the Page
Dateigröße 7.91 KB
Installationsanzahl 67
Aktuelle Version 1.0
Letztes Update 2021-03-30
Veröffentlichungsdatum 2021-03-30
Entwickler davidnbooth
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Borders",
    "description": "Adds Red Borders to all Boxes on the Page",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}