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 |
| 电子邮箱 | [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"
]
} | |