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 |
| 官方網址 | 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": [
" | |