Toolbar Clock CE-7
Show the current time on toolbar and small calendar on popup window.
什么是Toolbar Clock CE-7?
Toolbar Clock CE-7是由https://www.styleseven.com开发的Chrome扩展程序,该扩展的主要功能是“Show the current time on toolbar and small calendar on popup window.”。
扩展截图
下载Toolbar Clock CE-7扩展crx文件
下载Toolbar Clock CE-7扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Press on the extension button to show popup window. Click on date picker to show calendar.
Use "Options" dialog to switch Am/Pm mode to off or select font color. 扩展基本信息
| 名称 | |
| ID | blmjmiddomienmbjkijkgdohhfhclpjc |
| 官方URL | https://chromewebstore.google.com/detail/toolbar-clock-ce-7/blmjmiddomienmbjkijkgdohhfhclpjc |
| 简介 | Show the current time on toolbar and small calendar on popup window. |
| 文件大小 | 14.93 KB |
| 安装次数 | 1,970 |
| 当前版本 | 2.1 |
| 更新时间 | 2015-10-19 |
| 上架时间 | 2015-10-19 |
| 评分 | 4.05/5 共21次评分 |
| 开发者 | https://www.styleseven.com |
| 付费类型 | free |
| 扩展官网 | http://www.styleseven.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Toolbar Clock CE-7",
"version": "2.1",
"background": {
"scripts": [
"base.js"
]
},
"description": "Show the current time on toolbar and small calendar on popup window.",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"options_page": "options.html",
"manifest_version": 2
} | |