0x23CLOCK
Pretty Clock
Apa itu 0x23CLOCK?
0x23CLOCK adalah ekstensi Chrome yang dikembangkan oleh touchy, dan fitur utamanya adalah "Pretty Clock".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 0x23CLOCK
Unduh file ekstensi 0x23CLOCK 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
A nifty clock that changes the color of the page to the hex color of time. Toggle Full Screen: 'F' based off: http://www.jacopocolo.com/hexclock/#. Source: https://github.com/seanstar12/0x23CLOCK
Informasi Dasar Ekstensi
Nama | |
ID | lipgkofjhgkedpbcnchdhcfjgdagfpio |
URL Resmi | https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio |
Deskripsi | Pretty Clock |
Ukuran File | 86.61 KB |
Jumlah Instalasi | 286 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2014-06-20 |
Tanggal Publikasi | 2014-06-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | touchy |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "0x23CLOCK", "version": "0.1.2", "manifest_version": 2, "description": "Pretty Clock", "icons": { "128": "images\/icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/iconPage.png" }, "permissions": [ "tabs", "background" ], "web_accessible_resources": [ "js\/*", "fonts\/*", "clock.html" ] } |