Orbital Clock
Orbital Clock
Cos'è Orbital Clock?
Orbital Clock è un'estensione di Chrome sviluppata da http://tvmiller.com, e la sua funzione principale è "Orbital Clock".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Orbital Clock
Scarica i file di estensione Orbital 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
Sync to the real world around you and beyond. The extension icon displays the day of year, alerts you to events/warnings and quick links to the Orbital Clock page exclusively on tvmiller.com. The additional -Rocket Launch Line of Sight Finder- will help you easily find a landmarked direction to see a local rocket launch from any where in the world.
Informazioni di Base sull'Estensione
Nome | |
ID | agkkailckcebbicfkmdpelhdjjgmiehb |
URL Ufficiale | https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb |
Descrizione | Orbital Clock |
Dimensione del File | 144 KB |
Conteggio Installazioni | 541 |
Versione Corrente | 6.5.9.5 |
Ultimo Aggiornamento | 2013-07-08 |
Data di Pubblicazione | 2013-07-08 |
Valutazione | 3.91/5 Totale 11 Valutazioni |
Sviluppatore | http://tvmiller.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tvmiller.com/ |
URL della Pagina di Aiuto | http://tvmiller.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orbital Clock", "version": "6.5.9.5", "manifest_version": 2, "description": "Orbital Clock", "browser_action": { "default_icon": "o_icon.png" }, "icons": { "128": "oicon128.png" }, "background": { "scripts": [ "background.js" ] } } |