EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Was ist EasyClock?
EasyClock ist eine Chrome-Erweiterung, die von Aaron Becker entwickelt wurde, und ihr Hauptmerkmal ist "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".
Erweiterungsscreenshots
EasyClock-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyClock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aedanoabbbceoffbdkfdeccfpijfaoja |
| Offizielle URL | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
| Beschreibung | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
| Dateigröße | 13.16 KB |
| Installationsanzahl | 85 |
| Aktuelle Version | 1.1.5 |
| Letztes Update | 2016-09-11 |
| Veröffentlichungsdatum | 2016-09-10 |
| Entwickler | Aaron Becker |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |