TinyToolbarClock
This extension shows the time and date in the toolbar
什么是TinyToolbarClock?
TinyToolbarClock是由netchipguy开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the time and date in the toolbar”。
扩展截图
下载TinyToolbarClock扩展crx文件
下载TinyToolbarClock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tiny extension puts a tiny clock *and month/date calendar* in your toolbar! Perfect for full-screen use of Chrome!
Highly Recommended:
1) A HiDPI display such as a Retina Mac or Chromebook Pixel
2) Good vision
-Netchipguy 扩展基本信息
| 名称 | |
| ID | hnageloldpcdmnceombonmmakpnaehnf |
| 官方URL | https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf |
| 简介 | This extension shows the time and date in the toolbar |
| 文件大小 | 12.48 KB |
| 安装次数 | 564 |
| 当前版本 | 1.2 |
| 更新时间 | 2015-12-05 |
| 上架时间 | 2015-12-04 |
| 评分 | 4.40/5 共10次评分 |
| 开发者 | netchipguy |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TinyToolbarClock",
"description": "This extension shows the time and date in the toolbar",
"version": "1.2",
"icons": {
"16": "myclock16.png",
"32": "myclock32.png",
"48": "myclock48.png",
"128": "myclock128.png"
},
"browser_action": {
"default_icon": "myclock48.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |