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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |