CSS SCANNER

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

What is CSS SCANNER?

CSS SCANNER is a Chrome extension developed by https://css-scanner.com, and its main feature is "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen".

Extension Screenshots

screenshot
screenshot
screenshot

Download CSS SCANNER Extension CRX File

Download CSS SCANNER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name CSS SCANNER CSS SCANNER
ID kapfpidoiebebadonbeokhclfgapdlcb
Official URL https://chromewebstore.google.com/detail/css-scanner/kapfpidoiebebadonbeokhclfgapdlcb
Description CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen
File Size 2.75 MB
Installation Count 375
Current Version 0.2.6
Last Updated 2023-10-20
Publish Date 2023-02-12
Rating 2.25/5 Total 4 Ratings
Developer https://css-scanner.com
Email [email protected]
Payment Type in_app
Extension Website https://css-scanner.com
Help Page URL https://css-scanner.com
Privacy Policy Page URL https://scriptles.web.app/privacy-policy
Supported Languages 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": [
                ""
            ]
        }
    ]
}