Box Borders

Adds Red Borders to all Boxes on the Page

Qu'est-ce que Box Borders ?

Box Borders est une extension Chrome développée par davidnbooth, et sa fonction principale est "Adds Red Borders to all Boxes on the Page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Box Borders

Téléchargez les fichiers d'extension Box Borders 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

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

Informations de Base sur l'Extension

Nom Box Borders Box Borders
ID fjdkmkjlnhchckdbmdfbhkofmjdkhfig
URL Officiel https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig
Description Adds Red Borders to all Boxes on the Page
Taille du Fichier 7.91 KB
Nombre d'Installations 67
Version Actuelle 1.0
Dernière Mise à Jour 2021-03-30
Date de Publication 2021-03-30
Développeur davidnbooth
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}