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 |
| 官方網址 | 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"
} | |