CSS SCANNER

CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen

Qu'est-ce que CSS SCANNER ?

CSS SCANNER est une extension Chrome développée par https://css-scanner.com, et sa fonction principale est "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        CSS Scanner helps you scan, edit, and export CSS and HTML from any website.
Whether you're a web developer, designer, or simply someone who wants to understand the code behind a website, CSS Scanner makes it easy to get started. With just one click, you can view the CSS and HTML code for any element on the page, and make changes in real-time. Plus, with the ability to export your edits, you can easily save your changes for later or use them on another project. Try CSS Scanner today and take your website analysis to the next level!                    

Informations de Base sur l'Extension

Nom CSS SCANNER CSS SCANNER
ID kapfpidoiebebadonbeokhclfgapdlcb
URL Officiel https://chromewebstore.google.com/detail/css-scanner/kapfpidoiebebadonbeokhclfgapdlcb
Description CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen
Taille du Fichier 2.75 MB
Nombre d'Installations 375
Version Actuelle 0.2.6
Dernière Mise à Jour 2023-10-20
Date de Publication 2023-02-12
Évaluation 2.25/5 Total 4 Évaluations
Développeur https://css-scanner.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://css-scanner.com
URL de la Page d'Aide https://css-scanner.com
URL de la Page de Politique de Confidentialité https://scriptles.web.app/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS SCANNER",
    "version": "0.2.6",
    "description": "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen ",
    "icons": {
        "128": "assets\/img\/128.png",
        "32": "assets\/img\/32.png",
        "64": "assets\/img\/64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery\/jquery.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/img\/128.png",
        "default_title": "CSS SCANNER"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "plugin.html",
                "assets\/img\/trash.svg",
                "assets\/img\/copy.svg",
                "assets\/img\/code.svg",
                "assets\/img\/size.svg",
                "img\/font.svg",
                "assets\/img\/close.svg",
                "assets\/img\/options.svg",
                "assets\/img\/pause.svg",
                "assets\/img\/play.svg",
                "assets\/img\/arrow_down.svg",
                "assets\/js\/lines.js",
                "assets\/**\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}