CSS Variable Sandbox
Playground for css variables
Co to jest CSS Variable Sandbox?
CSS Variable Sandbox to rozszerzenie Chrome opracowane przez Sean Wu Apps, a jego główną funkcją jest „Playground for css variables”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CSS Variable Sandbox
Pobierz pliki rozszerzeń CSS Variable Sandbox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CSS Variable Sandbox |
ID | dcblekbmigmlcickcpkeifjjooibegcd |
Oficjalny URL | https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd |
Opis | Playground for css variables |
Rozmiar pliku | 35.52 KB |
Liczba instalacji | 186 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2018-12-15 |
Data Publikacji | 2018-12-15 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | Sean Wu Apps |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |