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": [
" | |