ColorClock New Tab
A beautiful & minimalistic NewTab page featuring a color clock.
ColorClock New Tabとは何ですか?
ColorClock New TabはAahlad Madireddyによって開発されたChromeの拡張機能で、その主な機能は「A beautiful & minimalistic NewTab page featuring a color clock.」です。
拡張機能のスクリーンショット
ColorClock New Tab拡張機能のCRXファイルをダウンロード
ColorClock New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimalistic new-tab page featuring a color clock. The time is converted into a color which is used as the background color of the page. Includes links to common sites, as well as a searchbar to search Google. Also includes a Top Sites and Bookmarks panel for easy access to your favorite websites. Shows top 10 sites and 10 most recent bookmarks. 拡張機能の基本情報
| 名前 | |
| ID | amlnillaahajflmgalpdklapcaajcgao |
| 公式URL | https://chromewebstore.google.com/detail/colorclock-new-tab/amlnillaahajflmgalpdklapcaajcgao |
| 説明 | A beautiful & minimalistic NewTab page featuring a color clock. |
| ファイルサイズ | 155 KB |
| インストール数 | 53 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2015-08-17 |
| 公開日 | 2015-08-17 |
| 開発者 | Aahlad Madireddy |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.3",
"name": "ColorClock New Tab",
"short_name": "ColorClock",
"description": "A beautiful & minimalistic NewTab page featuring a color clock.",
"author": "Aahlad Madireddy",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"chrome:\/\/favicon\/",
"topSites",
"bookmarks"
],
"icons": {
"32": "SmallIcon.png",
"64": "Icon64.png",
"128": "Icon.png"
}
} | |