CSS SCANNER

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

CSS SCANNERคืออะไร?

CSS SCANNER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://css-scanner.com และคุณลักษณะหลักของมันคือ "CSS SCANNER lets you Scan, edit and export CSS and HTML to codepen"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS SCANNER

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}