Show CSS Outline Style

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

Qu'est-ce que Show CSS Outline Style ?

Show CSS Outline Style est une extension Chrome développée par https://blog.mitsuruog.info, et sa fonction principale est "Show the outline of all the elements that exist on the page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Show CSS Outline Style

Téléchargez les fichiers d'extension Show CSS Outline Style 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

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

Informations de Base sur l'Extension

Nom Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
URL Officiel https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Description Show the outline of all the elements that exist on the page.
Taille du Fichier 18.41 KB
Nombre d'Installations 366
Version Actuelle 0.1.2
Dernière Mise à Jour 2021-11-26
Date de Publication 2020-06-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://blog.mitsuruog.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mitsuruog/show-css-outline-style
URL de la Page d'Aide https://github.com/mitsuruog/show-css-outline-style/issues
Langues Prises en Charge 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"
}