CSS Variable Sandbox
Playground for css variables
CSS Variable Sandboxとは何ですか?
CSS Variable SandboxはSean Wu Appsによって開発されたChromeの拡張機能で、その主な機能は「Playground for css variables」です。
拡張機能のスクリーンショット
CSS Variable Sandbox拡張機能のCRXファイルをダウンロード
CSS Variable Sandbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | dcblekbmigmlcickcpkeifjjooibegcd |
| 公式URL | https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd |
| 説明 | Playground for css variables |
| ファイルサイズ | 35.52 KB |
| インストール数 | 186 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2018-12-15 |
| 公開日 | 2018-12-15 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | Sean Wu Apps |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |