TinyToolbarClock
This extension shows the time and date in the toolbar
Apa itu TinyToolbarClock?
TinyToolbarClock adalah ekstensi Chrome yang dikembangkan oleh netchipguy, dan fitur utamanya adalah "This extension shows the time and date in the toolbar".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TinyToolbarClock
Unduh file ekstensi TinyToolbarClock 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 tiny extension puts a tiny clock *and month/date calendar* in your toolbar! Perfect for full-screen use of Chrome! Highly Recommended: 1) A HiDPI display such as a Retina Mac or Chromebook Pixel 2) Good vision -Netchipguy
Informasi Dasar Ekstensi
Nama | TinyToolbarClock |
ID | hnageloldpcdmnceombonmmakpnaehnf |
URL Resmi | https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf |
Deskripsi | This extension shows the time and date in the toolbar |
Ukuran File | 12.48 KB |
Jumlah Instalasi | 564 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-12-05 |
Tanggal Publikasi | 2015-12-04 |
Penilaian | 4.40/5 Total 10 Penilaian |
Pengembang | netchipguy |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyToolbarClock", "description": "This extension shows the time and date in the toolbar", "version": "1.2", "icons": { "16": "myclock16.png", "32": "myclock32.png", "48": "myclock48.png", "128": "myclock128.png" }, "browser_action": { "default_icon": "myclock48.png" }, "background": { "scripts": [ "background.js" ] } } |