styletron-devtools
Inspect styletron styles
什么是styletron-devtools?
styletron-devtools是由https://styletron.org开发的Chrome扩展程序,该扩展的主要功能是“Inspect styletron styles”。
扩展截图
下载styletron-devtools扩展crx文件
下载styletron-devtools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a new panel into your devtools to help you inspect elements styled by Styletron (works only when your application is built with NODE_ENV=development). Styletron is an universal toolkit for component-oriented styling. It falls into the CSS in JS category. It outputs performant Atomic CSS. However, that can be hard to debug since every rule lives in its own class. This extension adds a new panel that nicely merges styles into a single list. This feature works with styletron-react v5.1+ and styletron-engine-atomic v1.3+.
扩展基本信息
名称 | styletron-devtools |
ID | bmjdkiphkpkjkicjjgelklhkpbpfiogb |
官方URL | https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb |
简介 | Inspect styletron styles |
文件大小 | 12.69 KB |
安装次数 | 138 |
当前版本 | 0.1.0 |
更新时间 | 2019-06-12 |
上架时间 | 2019-06-12 |
评分 | 5.00/5 共1次评分 |
开发者 | https://styletron.org |
付费类型 | free |
扩展官网 | https://www.styletron.org |
帮助页面URL | https://www.styletron.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "styletron-devtools", "version": "0.1.0", "manifest_version": 2, "description": "Inspect styletron styles", "icons": { "16": ".\/icons\/16x16.png", "48": ".\/icons\/48x48.png", "128": ".\/icons\/128x128.png" }, "permissions": [], "devtools_page": "devtools_page.html" } |