World Clock
An extension which displays time in different timezones.
Apa itu World Clock?
World Clock adalah ekstensi Chrome yang dikembangkan oleh Rajasri Systems, dan fitur utamanya adalah "An extension which displays time in different timezones.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi World Clock
Unduh file ekstensi World 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
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
Informasi Dasar Ekstensi
Nama | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
URL Resmi | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
Deskripsi | An extension which displays time in different timezones. |
Ukuran File | 6.15 MB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2023-04-13 |
Tanggal Publikasi | 2021-04-11 |
Pengembang | Rajasri Systems |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://rajasri.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clock", "description": "An extension which displays time in different timezones.", "version": "2.1", "author": "Rajasri Systems", "browser_action": { "default_icon": "images\/worldclockfavicon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "icons": { "16": "images\/worldclockfavicon.png", "32": "images\/worldclock32x32.png", "48": "images\/worldclock48x48.png", "128": "images\/worldclock128x128.png" } } |