Twitter Custom Color
A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.
Twitter Custom Colorとは何ですか?
Twitter Custom Colorはmalcolmによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.」です。
拡張機能のスクリーンショット
Twitter Custom Color拡張機能のCRXファイルをダウンロード
Twitter Custom Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds the ability to make a custom color theme for Twitter. Simply click the extension icon while you're on Twitter to reveal a color selector. Using that, you can define any color you want. Your chosen color will be applied as the accent color throughout twitter. (You may need to refresh the page for your changes to apply). Works with light mode and both dark modes. Why limit yourself to the 6 default options when you could instead have 16,777,216? *** Update 1.2.5 - CSS fixes Update 1.2.4 - CSS fixes in response to changes to Twitter's UI
拡張機能の基本情報
名前 | Twitter Custom Color |
ID | ijbadhmaaffcpplchdijgjfffbmmllke |
公式URL | https://chromewebstore.google.com/detail/twitter-custom-color/ijbadhmaaffcpplchdijgjfffbmmllke |
説明 | A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options. |
ファイルサイズ | 44.28 KB |
インストール数 | 3,817 |
現在のバージョン | 1.2.5 |
最終更新日 | 2023-11-21 |
公開日 | 2022-03-23 |
評価 | 4.48/5 合計 23 レビュー |
開発者 | malcolm |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Custom Color", "description": "A simple extension that lets you pick any color to use with Twitter. This way you're not limited to one of the six default options.", "author": "malcolm", "version": "1.2.5", "manifest_version": 3, "permissions": [ "storage", "scripting", "tabs", "declarativeContent" ], "host_permissions": [ "*:\/\/twitter.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Click to open color selector", "default_popup": "selector.html" }, "icons": { "16": "16.png", "32": "32.png", "64": "64.png", "128": "128.png" } } |