Color Tab
A Beautiful Color Palette With Every New Tab!
什麼是Color Tab?
Color Tab是由https://colorhunt.co開發的Chrome擴展程式,該擴展的主要功能是“A Beautiful Color Palette With Every New Tab!”。
擴展截圖
下載Color Tab擴展crx文件
下載Color Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination. 擴展基本資訊
| 名稱 | |
| ID | hchlgfaicmddilenlflajnmomalehbom |
| 官方網址 | https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom |
| 簡介 | A Beautiful Color Palette With Every New Tab! |
| 檔案大小 | 16.77 KB |
| 安裝次數 | 224,286 |
| 目前版本 | 2 |
| 更新時間 | 2020-05-07 |
| 上架時間 | 2020-05-06 |
| 評分 | 4.18/5 共 1437 次評分 |
| 開發者 | https://colorhunt.co |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://colorhunt.co |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Color Tab",
"description": "A Beautiful Color Palette With Every New Tab!",
"version": "2",
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"chrome_url_overrides": {
"newtab": "popup.html"
},
"background": {
"scripts": [
"bg.js"
]
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
} | |