Show CSS Outline Style

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

Was ist Show CSS Outline Style?

Show CSS Outline Style ist eine Chrome-Erweiterung, die von https://blog.mitsuruog.info entwickelt wurde, und ihr Hauptmerkmal ist "Show the outline of all the elements that exist on the page.".

Erweiterungsscreenshots

screenshot
screenshot

Show CSS Outline Style-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show CSS Outline Style-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

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

Grundlegende Informationen zur Erweiterung

Name Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
Offizielle URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Beschreibung Show the outline of all the elements that exist on the page.
Dateigröße 18.41 KB
Installationsanzahl 366
Aktuelle Version 0.1.2
Letztes Update 2021-11-26
Veröffentlichungsdatum 2020-06-25
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://blog.mitsuruog.info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/mitsuruog/show-css-outline-style
Hilfeseite URL https://github.com/mitsuruog/show-css-outline-style/issues
Unterstützte Sprachen 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"
}