CSS Variable Sandbox
Playground for css variables
Hvad er CSS Variable Sandbox?
CSS Variable Sandbox er en Chrome-udvidelse udviklet af Sean Wu Apps, og dens hovedfunktion er "Playground for css variables".
Udvidelsesskærmbilleder
Download CSS Variable Sandbox-udvidelses-CRX-fil
Download CSS Variable Sandbox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | dcblekbmigmlcickcpkeifjjooibegcd |
| Officiel URL | https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd |
| Beskrivelse | Playground for css variables |
| Filstørrelse | 35.52 KB |
| Antal Installationer | 186 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2018-12-15 |
| Udgivelsesdato | 2018-12-15 |
| Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
| Udvikler | Sean Wu Apps |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |