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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}