Inspect CSS

The easiest way to inspect and edit CSS

Qu'est-ce que Inspect CSS ?

Inspect CSS est une extension Chrome développée par kholid060, et sa fonction principale est "The easiest way to inspect and edit CSS".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Inspect CSS

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

                        Features: 
🔎 Get CSS Properties from any element by selecting it
✏️ Get and edit element attributes
📷 Download website assets
⌨️ Add your custom CSS to the website
🎨 Get the color palette of the website
🧭 DOM Navigation
🎯 Color picker

GitHub:
https://github.com/Kholid060/inspect-css                    

Informations de Base sur l'Extension

Nom Inspect CSS Inspect CSS
ID fbopfffegfehobgoommphghohinpkego
URL Officiel https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego
Description The easiest way to inspect and edit CSS
Taille du Fichier 380 KB
Nombre d'Installations 5,344
Version Actuelle 1.0.2
Dernière Mise à Jour 2024-02-09
Date de Publication 2020-09-15
Évaluation 4.20/5 Total 10 Évaluations
Développeur kholid060
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Kholid060/inspect-css
URL de la Page d'Aide https://github.com/Kholid060/inspect-css/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.0.2",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": [],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/woff2\/*.woff2",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}