CSS Variable Sandbox
Playground for css variables
What is CSS Variable Sandbox?
CSS Variable Sandbox is a Chrome extension developed by Sean Wu Apps, and its main feature is "Playground for css variables".
Extension Screenshots
Download CSS Variable Sandbox Extension CRX File
Download CSS Variable Sandbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CSS Variable Sandbox |
ID | dcblekbmigmlcickcpkeifjjooibegcd |
Official URL | https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd |
Description | Playground for css variables |
File Size | 35.52 KB |
Installation Count | 186 |
Current Version | 0.0.1 |
Last Updated | 2018-12-15 |
Publish Date | 2018-12-15 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Sean Wu Apps |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |