Customize CSS
Change your favourite websites design instantly by using Chrome's Customize CSS extension.
Customize CSSとは何ですか?
Customize CSSはYasser R Shaikhによって開発されたChromeの拡張機能で、その主な機能は「Change your favourite websites design instantly by using Chrome's Customize CSS extension.」です。
拡張機能のスクリーンショット
Customize CSS拡張機能のCRXファイルをダウンロード
Customize CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lets your customize look and feel of any site, and remembers it. Simply override the css of the existing website and this plugin will remember it. 拡張機能の基本情報
| 名前 | |
| ID | iiigcmcpofchighahjijinjnajfnnidd |
| 公式URL | https://chromewebstore.google.com/detail/customize-css/iiigcmcpofchighahjijinjnajfnnidd |
| 説明 | Change your favourite websites design instantly by using Chrome's Customize CSS extension. |
| ファイルサイズ | 228 KB |
| インストール数 | 86 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-08-29 |
| 公開日 | 2019-08-24 |
| 開発者 | Yasser R Shaikh |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "icons\/logo.png",
"default_popup": "popup.html",
"default_title": "Customize CSS"
},
"description": "Change your favourite websites design instantly by using Chrome's Customize CSS extension.",
"manifest_version": 2,
"name": "Customize CSS",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
]
}
],
"permissions": [
"storage",
"activeTab",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0"
} | |