Quick Css
快速在 Chrome 开发环境检测 CSS 代码的规范性
What is Quick Css?
Quick Css is a Chrome extension developed by edwon.lim, and its main feature is "快速在 Chrome 开发环境检测 CSS 代码的规范性".
Extension Screenshots
Download Quick Css Extension CRX File
Download Quick Css extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
快速在 Chrome 开发环境检测 CSS 代码的规范性
Extension Basic Information
Name | |
ID | mjcikalikejffjieicfaecolgieimiaj |
Official URL | https://chromewebstore.google.com/detail/quick-css/mjcikalikejffjieicfaecolgieimiaj |
Description | 快速在 Chrome 开发环境检测 CSS 代码的规范性 |
File Size | 341 KB |
Installation Count | 25 |
Current Version | 1.2 |
Last Updated | 2015-05-26 |
Publish Date | 2015-05-25 |
Developer | edwon.lim |
Payment Type | free |
Extension Website | http://ued.qunar.com/mobile/devtools/css-extensions/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Css", "version": "1.2", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "action.png", "default_popup": "popup\/index.html" }, "content_scripts": [ { "js": [ "inject\/qcore.min.js", "inject\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "page\/analysis.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |