Binary clock
Simple icon for showing current time in binary format. Shows only hours and minutes
Cos'è Binary clock?
Binary clock è un'estensione di Chrome sviluppata da Dmitry Gryanko, e la sua funzione principale è "Simple icon for showing current time in binary format. Shows only hours and minutes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Binary clock
Scarica i file di estensione Binary 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 extension provides small icon for showing current time in binary format. Two blocks represents hours and minutes. Green and blue respectively. Both blocks contain six bits. Lower bits are located in a column by 4 bits and 2 upper bits are location in a thin column of two bits.
Informazioni di Base sull'Estensione
Nome | Binary clock |
ID | hdckiccpppgmmdcpchoflmhjflaboedc |
URL Ufficiale | https://chromewebstore.google.com/detail/binary-clock/hdckiccpppgmmdcpchoflmhjflaboedc |
Descrizione | Simple icon for showing current time in binary format. Shows only hours and minutes |
Dimensione del File | 4.98 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-06-04 |
Data di Pubblicazione | 2014-06-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Dmitry Gryanko |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary clock", "version": "1.0", "manifest_version": 2, "description": "Simple icon for showing current time in binary format. Shows only hours and minutes", "background": { "scripts": [ "js\/background\/icon.js" ] }, "browser_action": [], "icons": { "19": "img\/favicon-19.png", "48": "img\/favicon-48.png" } } |