Clock
The extension will show you the current time
Cos'è Clock?
Clock è un'estensione di Chrome sviluppata da bhawanvirk, e la sua funzione principale è "The extension will show you the current time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clock
Scarica i file di estensione Clock 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
This is one of the simple and clean clock.
Informazioni di Base sull'Estensione
Nome | Clock |
ID | gmfkgjignenhgcimhembjlhpihhonbln |
URL Ufficiale | https://chromewebstore.google.com/detail/clock/gmfkgjignenhgcimhembjlhpihhonbln |
Descrizione | The extension will show you the current time |
Dimensione del File | 7.42 KB |
Conteggio Installazioni | 515 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-04-16 |
Data di Pubblicazione | 2013-04-16 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | bhawanvirk |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "The extension will show you the current time", "name": "Clock", "manifest_version": 2, "version": "1.0" } |