CSS Variable Sandbox

Playground for css variables

Was ist CSS Variable Sandbox?

CSS Variable Sandbox ist eine Chrome-Erweiterung, die von Sean Wu Apps entwickelt wurde, und ihr Hauptmerkmal ist "Playground for css variables".

Erweiterungsscreenshots

screenshot
screenshot

CSS Variable Sandbox-Erweiterungs-CRX-Datei herunterladen

Laden Sie CSS Variable Sandbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CSS Variable Sandbox CSS Variable Sandbox
ID dcblekbmigmlcickcpkeifjjooibegcd
Offizielle URL https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd
Beschreibung Playground for css variables
Dateigröße 35.52 KB
Installationsanzahl 186
Aktuelle Version 0.0.1
Letztes Update 2018-12-15
Veröffentlichungsdatum 2018-12-15
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Sean Wu Apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}