Binary Clock
Making clocks harder to read, one bit at a time.
Apa itu Binary Clock?
Binary Clock adalah ekstensi Chrome yang dikembangkan oleh Jeffrey Pierce, dan fitur utamanya adalah "Making clocks harder to read, one bit at a time.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Binary Clock
Unduh file ekstensi Binary 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
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!
Informasi Dasar Ekstensi
Nama | |
ID | glapajngabhpapccinednbdklpjahcgc |
URL Resmi | https://chrome.google.com/webstore/detail/binary-clock/glapajngabhpapccinednbdklpjahcgc |
Deskripsi | Making clocks harder to read, one bit at a time. |
Ukuran File | 16.05 KB |
Jumlah Instalasi | 149 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2014-03-15 |
Tanggal Publikasi | 2014-03-15 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | Jeffrey Pierce |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jeffreypierce/binary-clock |
Bahasa yang Didukung | 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" } } |