CSS SCANNER

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

什么是CSS SCANNER?

CSS SCANNER是由https://css-scanner.com开发的Chrome扩展程序,该扩展的主要功能是“CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen”。

扩展截图

screenshot
screenshot
screenshot

下载CSS SCANNER扩展crx文件

下载CSS SCANNER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 CSS SCANNER CSS SCANNER
ID kapfpidoiebebadonbeokhclfgapdlcb
官方URL https://chromewebstore.google.com/detail/css-scanner/kapfpidoiebebadonbeokhclfgapdlcb
简介 CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen
文件大小 2.75 MB
安装次数 375
当前版本 0.2.6
更新时间 2023-10-20
上架时间 2023-02-12
评分 2.25/5 共4次评分
开发者 https://css-scanner.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://css-scanner.com
帮助页面URL https://css-scanner.com
隐私政策页面URL https://scriptles.web.app/privacy-policy
支持的语言 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": [
                ""
            ]
        }
    ]
}