EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
什么是EasyClock?
EasyClock是由Aaron Becker开发的Chrome扩展程序,该扩展的主要功能是“Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen”。
扩展截图
下载EasyClock扩展crx文件
下载EasyClock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including:
*Double click clock to change color
*Click clock to toggle seconds display
*Press L on keyboard to toggle keeping the clock onscreen forever 扩展基本信息
| 名称 | |
| ID | aedanoabbbceoffbdkfdeccfpijfaoja |
| 官方URL | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
| 简介 | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
| 文件大小 | 13.16 KB |
| 安装次数 | 85 |
| 当前版本 | 1.1.5 |
| 更新时间 | 2016-09-11 |
| 上架时间 | 2016-09-10 |
| 开发者 | Aaron Becker |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "EasyClock",
"manifest_version": 2,
"version": "1.1.5",
"author": "Aaron Becker",
"description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen",
"icons": {
"128": "\/images\/icon.png"
},
"web_accessible_resources": [
"easyclock.js"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"offline_enabled": true,
"short_name": "EasyClock"
} | |