Box Borders

Adds Red Borders to all Boxes on the Page

Cos'è Box Borders?

Box Borders è un'estensione di Chrome sviluppata da davidnbooth, e la sua funzione principale è "Adds Red Borders to all Boxes on the Page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Box Borders

Scarica i file di estensione Box Borders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Box Borders Box Borders
ID fjdkmkjlnhchckdbmdfbhkofmjdkhfig
URL Ufficiale https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig
Descrizione Adds Red Borders to all Boxes on the Page
Dimensione del File 7.91 KB
Conteggio Installazioni 67
Versione Corrente 1.0
Ultimo Aggiornamento 2021-03-30
Data di Pubblicazione 2021-03-30
Sviluppatore davidnbooth
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}