User CSS
A quick and easy way to add custom CSS to the current web site.
什么是User CSS?
User CSS是由https://dimox.name开发的Chrome扩展程序,该扩展的主要功能是“A quick and easy way to add custom CSS to the current web site.”。
扩展截图
下载User CSS扩展crx文件
下载User CSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Insert your custom CSS code to the current web site and you will see the changes immediately.
How to use:
1. Press the extension button to display the CSS editor.
2. Write your custom CSS.
3. Enjoy the result.
4. Press the extension button to hide the CSS editor.
Button shows a green indicator, when current web site has custom CSS.
The extension uses CodeMirror to highlight code and supports the Emmet toolkit. 扩展基本信息
| 名称 | |
| ID | okpjlejfhacmgjkmknjhadmkdbcldfcb |
| 官方URL | https://chromewebstore.google.com/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb |
| 简介 | A quick and easy way to add custom CSS to the current web site. |
| 文件大小 | 298 KB |
| 安装次数 | 61,801 |
| 当前版本 | 2.2 |
| 更新时间 | 2017-10-24 |
| 上架时间 | 2017-10-22 |
| 评分 | 3.60/5 共248次评分 |
| 开发者 | https://dimox.name |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "User CSS",
"description": "A quick and easy way to add custom CSS to the current web site.",
"version": "2.2",
"browser_action": {
"default_icon": "icon-19.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.js",
"js\/hot-reload.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
" | |