Change Background Color
change the current site background to your desired color
Change Background Colorとは何ですか?
Change Background Colorはhoishingによって開発されたChromeの拡張機能で、その主な機能は「change the current site background to your desired color」です。
拡張機能のスクリーンショット
Change Background Color拡張機能のCRXファイルをダウンロード
Change Background Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. No special permissions are required, no data is collected, and no privacy concerns. 🔗 source code https://github.com/hoishing/chrome-change-background-color
拡張機能の基本情報
名前 | Change Background Color |
ID | ajlcblmihhjochfgehfcfiopkcbfnlfh |
公式URL | https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh |
説明 | change the current site background to your desired color |
ファイルサイズ | 15.48 KB |
インストール数 | 304 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-09-09 |
公開日 | 2023-08-10 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | hoishing |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hoishing/chrome-change-background-color |
ヘルプページのURL | https://github.com/hoishing/chrome-change-background-color/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Change Background Color", "version": "1.1.0", "description": "change the current site background to your desired color", "permissions": [ "scripting", "activeTab" ], "icons": { "64": "bg-color64.png", "128": "bg-color128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "64": "bg-color64.png", "128": "bg-color128.png" } } } |