Show CSS Outline Style

Show the outline of all the elements that exist on the page.

Cos'è Show CSS Outline Style?

Show CSS Outline Style è un'estensione di Chrome sviluppata da https://blog.mitsuruog.info, e la sua funzione principale è "Show the outline of all the elements that exist on the page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Show CSS Outline Style

Scarica i file di estensione Show CSS Outline Style 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

                        Show the outline of all the elements that exist on the page.                    

Informazioni di Base sull'Estensione

Nome Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
URL Ufficiale https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Descrizione Show the outline of all the elements that exist on the page.
Dimensione del File 18.41 KB
Conteggio Installazioni 366
Versione Corrente 0.1.2
Ultimo Aggiornamento 2021-11-26
Data di Pubblicazione 2020-06-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://blog.mitsuruog.info
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mitsuruog/show-css-outline-style
URL della Pagina di Aiuto https://github.com/mitsuruog/show-css-outline-style/issues
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/Icon-16.png",
        "128": "assets\/icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "default_locale": "ja"
}