CSS Variable Sandbox

Playground for css variables

Wat is CSS Variable Sandbox?

CSS Variable Sandbox is een Chrome-extensie ontwikkeld door Sean Wu Apps, en de belangrijkste functie is "Playground for css variables".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie CSS Variable Sandbox

Download CSS Variable Sandbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CSS Variable Sandbox CSS Variable Sandbox
ID dcblekbmigmlcickcpkeifjjooibegcd
Officiële URL https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd
Beschrijving Playground for css variables
Bestandsgrootte 35.52 KB
Aantal Installaties 186
Huidige Versie 0.0.1
Laatst Bijgewerkt 2018-12-15
Publicatiedatum 2018-12-15
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Sean Wu Apps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}