Show CSS Outline Style

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

Wat is Show CSS Outline Style?

Show CSS Outline Style is een Chrome-extensie ontwikkeld door https://blog.mitsuruog.info, en de belangrijkste functie is "Show the outline of all the elements that exist on the page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Show CSS Outline Style

Download Show CSS Outline Style-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
Officiële URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Beschrijving Show the outline of all the elements that exist on the page.
Bestandsgrootte 18.41 KB
Aantal Installaties 366
Huidige Versie 0.1.2
Laatst Bijgewerkt 2021-11-26
Publicatiedatum 2020-06-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://blog.mitsuruog.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mitsuruog/show-css-outline-style
Help Pagina-URL https://github.com/mitsuruog/show-css-outline-style/issues
Ondersteunde Talen 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"
}