Clock Icon
Shows the time (hours and minutes) next to the omnibox.
什么是Clock Icon?
Clock Icon是由https://nemrod.se开发的Chrome扩展程序,该扩展的主要功能是“Shows the time (hours and minutes) next to the omnibox.”。
扩展截图
下载Clock Icon扩展crx文件
下载Clock Icon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A way to easily see the current time (and date by hovering) next to the omnibox. 扩展基本信息
| 名称 | |
| ID | blpgdogcjmmkhendjpiilidbllpainfh |
| 官方URL | https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh |
| 简介 | Shows the time (hours and minutes) next to the omnibox. |
| 文件大小 | 7.43 KB |
| 安装次数 | 527 |
| 当前版本 | 1.1 |
| 更新时间 | 2013-06-19 |
| 上架时间 | 2013-06-19 |
| 评分 | 3.17/5 共6次评分 |
| 开发者 | https://nemrod.se |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://nemrod.se |
| 帮助页面URL | http://nemrod.se/chrome-extensions/clock-icon |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clock Icon",
"version": "1.1",
"manifest_version": 2,
"description": "Shows the time (hours and minutes) next to the omnibox.",
"icons": {
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "dd\/mm\/yyyy hh:mm"
}
} | |