CSS Variable Sandbox
Playground for css variables
CSS Variable Sandbox là gì?
CSS Variable Sandbox là một tiện ích mở rộng Chrome được phát triển bởi Sean Wu Apps, và tính năng chính của nó là "Playground for css variables".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CSS Variable Sandbox
Tải xuống các tệp mở rộng CSS Variable Sandbox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSS Variable Sandbox |
ID | dcblekbmigmlcickcpkeifjjooibegcd |
URL Chính Thức | https://chromewebstore.google.com/detail/css-variable-sandbox/dcblekbmigmlcickcpkeifjjooibegcd |
Mô tả | Playground for css variables |
Kích Thước Tệp | 35.52 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2018-12-15 |
Ngày Phát Hành | 2018-12-15 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Sean Wu Apps |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |