EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
Cos'è EasyClock?
EasyClock è un'estensione di Chrome sviluppata da Aaron Becker, e la sua funzione principale è "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EasyClock
Scarica i file di estensione EasyClock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
URL Ufficiale | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
Descrizione | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
Dimensione del File | 13.16 KB |
Conteggio Installazioni | 85 |
Versione Corrente | 1.1.5 |
Ultimo Aggiornamento | 2016-09-11 |
Data di Pubblicazione | 2016-09-10 |
Sviluppatore | Aaron Becker |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |