Analog 24
24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.
什麼是Analog 24?
Analog 24是由Patrick Moody開發的Chrome擴展程式,該擴展的主要功能是“24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.”。
擴展截圖
下載Analog 24擴展crx文件
下載Analog 24擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
24 hour analog clock for your new tab. Why? It's a cool way to see where you are in the day at a glance - without worrying about the exact minutes.
Inspired by 'Slow' brand watches. 擴展基本資訊
| 名稱 | |
| ID | iacbjlpendfggiiodeabcgfpbfomiiij |
| 官方網址 | https://chromewebstore.google.com/detail/analog-24/iacbjlpendfggiiodeabcgfpbfomiiij |
| 簡介 | 24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches. |
| 檔案大小 | 13 KB |
| 安裝次數 | 74 |
| 目前版本 | 1.5 |
| 更新時間 | 2015-07-12 |
| 上架時間 | 2015-07-11 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Patrick Moody |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Analog 24",
"description": "24 hour analog clock for your new tab. See where you are in the day at a glance. Inspired by 'Slow' brand watches.",
"version": "1.5",
"incognito": "split",
"options_page": "options.html",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"128": "icon_128.png"
},
"manifest_version": 2
} | |