CSS Variable Sandbox
Playground for css variables
Vad är CSS Variable Sandbox?
CSS Variable Sandbox är en Chrome-tillägg utvecklad av Sean Wu Apps, och dess huvudfunktion är "Playground for css variables".
Tilläggsskärmbilder
Ladda ner CSS Variable Sandbox-förlängningens CRX-fil
Ladda ner CSS Variable Sandbox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | CSS Variable Sandbox |
ID | dcblekbmigmlcickcpkeifjjooibegcd |
Officiell webbadress | https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd |
Beskrivning | Playground for css variables |
Filstorlek | 35.52 KB |
Antal Installationer | 186 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2018-12-15 |
Publiceringsdatum | 2018-12-15 |
Betyg | 3.00/5 Totalt 4 Betyg |
Utvecklare | Sean Wu Apps |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |