Clock Badge
Show current time
Cos'è Clock Badge?
Clock Badge è un'estensione di Chrome sviluppata da BH_Lin, e la sua funzione principale è "Show current time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clock Badge
Scarica i file di estensione Clock Badge 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
User can install the chrome extension to show current time on chrome's action bar About me: http://studiobinghuan.blogspot.com?view=flipcard or http://bhtalk.blogspot.tw or https://plus.google.com/115152468555703598500
Informazioni di Base sull'Estensione
Nome | Clock Badge |
ID | jpbionkbfklnabgmkhbdcmlopkimmpoi |
URL Ufficiale | https://chromewebstore.google.com/detail/clock-badge/jpbionkbfklnabgmkhbdcmlopkimmpoi |
Descrizione | Show current time |
Dimensione del File | 190 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-04-10 |
Data di Pubblicazione | 2014-04-09 |
Sviluppatore | BH_Lin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Badge", "version": "1.0.1", "description": "Show current time", "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "64": "Icon-64.png", "128": "Icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "background" ], "browser_action": { "default_icon": "Icon.png", "default_title": "Show me the time" }, "manifest_version": 2 } |