EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Qu'est-ce que EasyClock ?
EasyClock est une extension Chrome développée par Aaron Becker, et sa fonction principale est "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EasyClock
Téléchargez les fichiers d'extension EasyClock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
URL Officiel | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
Description | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
Taille du Fichier | 13.16 KB |
Nombre d'Installations | 85 |
Version Actuelle | 1.1.5 |
Dernière Mise à Jour | 2016-09-11 |
Date de Publication | 2016-09-10 |
Développeur | Aaron Becker |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |