CSS Spider

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

CSS Spiderคืออะไร?

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

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

screenshot
screenshot

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

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

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

                        The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS                    

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

ชื่อ CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
คำอธิบาย The fastest and easiest way to check, copy and edit CSS
ขนาดไฟล์ 2.08 MB
จำนวนการติดตั้ง 1,657
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-11-27
วันที่เผยแพร่ 2020-10-20
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://cssspider.fresalabs.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cssspider.fresalabs.com/
URL หน้าช่วยเหลือ https://cssspider.fresalabs.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS-Spider",
    "name": "CSS Spider",
    "version": "1.2",
    "description": "The fastest and easiest way to check, copy and edit CSS",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Css Spider"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}