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 |
| 官方URL | 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
} | |