Colour Changer
Change the colour of the text and background of a webpage!
Colour Changerとは何ですか?
Colour ChangerはMichael Smithによって開発されたChromeの拡張機能で、その主な機能は「Change the colour of the text and background of a webpage!」です。
拡張機能のスクリーンショット
Colour Changer拡張機能のCRXファイルをダウンロード
Colour Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page). 拡張機能の基本情報
| 名前 | |
| ID | oghncgjeeecljbkloncoifojhioefmpj |
| 公式URL | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
| 説明 | Change the colour of the text and background of a webpage! |
| ファイルサイズ | 91.72 KB |
| インストール数 | 999 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-10-26 |
| 公開日 | 2017-10-26 |
| 評価 | 2.50/5 合計 8 レビュー |
| 開発者 | Michael Smith |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Colour Changer",
"description": "Change the colour of the text and background of a webpage!",
"version": "1.0",
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Click Here!"
},
"permissions": [
"activeTab"
]
} | |