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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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