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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |