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.
擴展基本資訊
名稱 | ColorClock New Tab |
ID | amlnillaahajflmgalpdklapcaajcgao |
官方網址 | 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" } } |