CSS Variable Sandbox
Playground for css variables
CSS Variable Sandbox क्या है?
CSS Variable Sandbox Sean Wu Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Playground for css variables"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CSS Variable Sandbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |