Time Tab
Minimalist new tab clock, with customizable background.
什麼是Time Tab?
Time Tab是由https://nathanwentworth.co開發的Chrome擴展程式,該擴展的主要功能是“Minimalist new tab clock, with customizable background.”。
擴展截圖
下載Time Tab擴展crx文件
下載Time Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a minimalist new tab page with a clock on it!
Features include!
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere!
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)
New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in 擴展基本資訊
| 名稱 | |
| ID | fdjemjfcplhejdekgjbdjjobbkipoddd |
| 官方網址 | https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd |
| 簡介 | Minimalist new tab clock, with customizable background. |
| 檔案大小 | 12.92 KB |
| 安裝次數 | 3,719 |
| 目前版本 | 1.5.1 |
| 更新時間 | 2019-02-09 |
| 上架時間 | 2019-02-09 |
| 評分 | 4.65/5 共 23 次評分 |
| 開發者 | https://nathanwentworth.co |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://twitter.com/nathanwentworth |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Time Tab",
"description": "Minimalist new tab clock, with customizable background.",
"version": "1.5.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |