CSS Scan

The fastest and easiest way to check, copy and edit CSS.

CSS Scanคืออะไร?

CSS Scan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getcssscan.com และคุณลักษณะหลักของมันคือ "The fastest and easiest way to check, copy and edit CSS."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย CSS Scan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is paid and requires a license to use it. You can buy yours at https://getcssscan.com

CSS Scan is the fastest way to inspect and copy CSS. Visualize the CSS of any element you hover over instantly and copy its entire CSS rules with a single click.

Join 20,000+ professional developers using CSS Scan every day

Featured in: CSS Tricks, Smashing Magazine, Product Hunt, Designer News, t3n and many more websites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS Scan CSS Scan
ID gieabiemggnpnminflinemaickipbebg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-scan/gieabiemggnpnminflinemaickipbebg
คำอธิบาย The fastest and easiest way to check, copy and edit CSS.
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2020-06-28
คะแนน 3.86/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา https://getcssscan.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://getcssscan.com
ภาษาที่รองรับ id,ms,en,fr,nl,vi,tr,es,hr,it,lt,pl,pt-BR,ro,sv,sr,bg,ru,fa,hi,ta,te,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSS Scan",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "4.0.2",
    "homepage_url": "https:\/\/getcssscan.com",
    "icons": {
        "96": "icon.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "spinner.svg",
                "img\/*",
                "tippy.css",
                "fontawesome\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Ctrl+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        },
        "activate-grid": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Ctrl+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            },
            "description": "__MSG_toggle_grid__"
        },
        "scan-parent": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Ctrl+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            },
            "description": "__MSG_scan_parent__"
        }
    }
}