Clock
A simple clock in the toolbar.
Apa itu Clock?
Clock adalah ekstensi Chrome yang dikembangkan oleh onimax, dan fitur utamanya adalah "A simple clock in the toolbar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clock
Unduh file ekstensi 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
A minimal clock as a clickable toolbar item.
Informasi Dasar Ekstensi
Nama | Clock |
ID | cpocpfccehgaoaefhgfgimjicohiecje |
URL Resmi | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
Deskripsi | A simple clock in the toolbar. |
Ukuran File | 17.3 KB |
Jumlah Instalasi | 895 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-03-12 |
Tanggal Publikasi | 2019-03-12 |
Penilaian | 4.50/5 Total 6 Penilaian |
Pengembang | onimax |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock", "version": "1.0", "description": "A simple clock in the toolbar.", "browser_action": { "default_title": "Clock", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/base.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |