Orbital Clock
Orbital Clock
Apa itu Orbital Clock?
Orbital Clock adalah ekstensi Chrome yang dikembangkan oleh http://tvmiller.com, dan fitur utamanya adalah "Orbital Clock".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Orbital Clock
Unduh file ekstensi Orbital Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | agkkailckcebbicfkmdpelhdjjgmiehb |
URL Resmi | https://chrome.google.com/webstore/detail/orbital-clock/agkkailckcebbicfkmdpelhdjjgmiehb |
Deskripsi | Orbital Clock |
Ukuran File | 144 KB |
Jumlah Instalasi | 541 |
Versi Saat Ini | 6.5.9.5 |
Terakhir Diperbarui | 2013-07-08 |
Tanggal Publikasi | 2013-07-08 |
Penilaian | 3.91/5 Total 11 Penilaian |
Pengembang | http://tvmiller.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://tvmiller.com/ |
URL Halaman Bantuan | http://tvmiller.com/ |
Bahasa yang Didukung | 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" ] } } |