CSS Variable Sandbox

Playground for css variables

CSS Variable Sandboxคืออะไร?

CSS Variable Sandbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sean Wu Apps และคุณลักษณะหลักของมันคือ "Playground for css variables"

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

screenshot
screenshot

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

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

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

                        Extract css variables into a sandbox for developers to play with.
 - Provides a draggable floating window on page
 - Allow developers to edit css variables and immediately see results*
 - Copy result css text to clipboard with one click

* due to Chrome's restrictions, variables in external stylesheets are not displayed.                    

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

ชื่อ CSS Variable Sandbox CSS Variable Sandbox
ID dcblekbmigmlcickcpkeifjjooibegcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd
คำอธิบาย Playground for css variables
ขนาดไฟล์ 35.52 KB
จำนวนการติดตั้ง 186
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-12-15
วันที่เผยแพร่ 2018-12-15
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Sean Wu Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Variable Sandbox",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Playground for css variables",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CSS Variable Sandbox"
    },
    "permissions": [
        "activeTab"
    ]
}