CSS SCANNER

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

Cos'è CSS SCANNER?

CSS SCANNER è un'estensione di Chrome sviluppata da https://css-scanner.com, e la sua funzione principale è "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CSS SCANNER

Scarica i file di estensione CSS SCANNER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CSS SCANNER CSS SCANNER
ID kapfpidoiebebadonbeokhclfgapdlcb
URL Ufficiale https://chromewebstore.google.com/detail/css-scanner/kapfpidoiebebadonbeokhclfgapdlcb
Descrizione CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen
Dimensione del File 2.75 MB
Conteggio Installazioni 375
Versione Corrente 0.2.6
Ultimo Aggiornamento 2023-10-20
Data di Pubblicazione 2023-02-12
Valutazione 2.25/5 Totale 4 Valutazioni
Sviluppatore https://css-scanner.com
Email nick@goodnewsgoats.com
Tipo di Pagamento in_app
Sito Web dell'Estensione https://css-scanner.com
URL della Pagina di Aiuto https://css-scanner.com
URL della Pagina della Politica sulla Privacy https://scriptles.web.app/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}