ShowTime
Extension to show the current time and date
Apa itu ShowTime?
ShowTime adalah ekstensi Chrome yang dikembangkan oleh prateek.mehta, dan fitur utamanya adalah "Extension to show the current time and date".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShowTime
Unduh file ekstensi ShowTime 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
- Use the ShowTime extension to see the current time and date - This extension demonstrates the use of the Browser-Action component provided by the Google Chrome Extensions framework - It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)
Informasi Dasar Ekstensi
Nama | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
URL Resmi | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Deskripsi | Extension to show the current time and date |
Ukuran File | 14.5 KB |
Jumlah Instalasi | 215 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-03-24 |
Tanggal Publikasi | 2016-03-23 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | prateek.mehta |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://pixdip.com/extensions |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowTime", "description": "Extension to show the current time and date", "version": "1.2", "browser_action": { "default_title": "ShowTime", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |