Binary Clock
Making clocks harder to read, one bit at a time.
Cos'è Binary Clock?
Binary Clock è un'estensione di Chrome sviluppata da Jeffrey Pierce, e la sua funzione principale è "Making clocks harder to read, one bit at a time.".
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 shows a simple, elegant binary clock on new tabs. Options include: multiple themes, clock display mode and whether or not to display 'traditional' time. Impress your friends with how nerdy you are!
Informazioni di Base sull'Estensione
Nome | |
ID | glapajngabhpapccinednbdklpjahcgc |
URL Ufficiale | https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc |
Descrizione | Making clocks harder to read, one bit at a time. |
Dimensione del File | 16.05 KB |
Conteggio Installazioni | 149 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2014-03-15 |
Data di Pubblicazione | 2014-03-15 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Jeffrey Pierce |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jeffreypierce/binary-clock |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binary Clock", "description": "Making clocks harder to read, one bit at a time.", "author": "Jeffrey Pierce", "homepage_url": "http:\/\/github.com\/jeffreypierce\/binary-clock", "icons": { "128": "icon_128.png" }, "version": "0.0.2", "permissions": [ "tabs" ], "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" } } |