Palettes Tab
8 Beautiful Palettes With Every New Tab!
Palettes Tabとは何ですか?
Palettes Tabはhttps://trendypalettes.comによって開発されたChromeの拡張機能で、その主な機能は「8 Beautiful Palettes With Every New Tab!」です。
拡張機能のスクリーンショット
Palettes Tab拡張機能のCRXファイルをダウンロード
Palettes Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Curated collection of 8 beautiful color palettes, updated in every new tab! 拡張機能の基本情報
| 名前 | |
| ID | monbbbemnbnemmglimfodaomdonmjihp |
| 公式URL | https://chromewebstore.google.com/detail/palettes-tab/monbbbemnbnemmglimfodaomdonmjihp |
| 説明 | 8 Beautiful Palettes With Every New Tab! |
| ファイルサイズ | 14 KB |
| インストール数 | 442 |
| 現在のバージョン | 1 |
| 最終更新日 | 2018-09-08 |
| 公開日 | 2018-09-07 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://trendypalettes.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://trendypalettes.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Palettes Tab",
"description": "8 Beautiful Palettes With Every New Tab!",
"version": "1",
"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"
}
} | |