TimeNow
Allowing users to easily track the current time across different regions of the world.
Apa itu TimeNow?
TimeNow adalah ekstensi Chrome yang dikembangkan oleh Playdigo Inc, dan fitur utamanya adalah "Allowing users to easily track the current time across different regions of the world.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TimeNow
Unduh file ekstensi TimeNow 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
Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches. By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use - http://timenow.world/terms-and-conditions/ and Privacy Policy - http://timenow.world/privacy-policy/ You can find more about us here: http://timenow.world/about-us/
Informasi Dasar Ekstensi
Nama | |
ID | afilbkkbagloanfddkgnbeamaoekando |
URL Resmi | https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando |
Deskripsi | Allowing users to easily track the current time across different regions of the world. |
Ukuran File | 3.28 MB |
Jumlah Instalasi | 7,941 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2023-09-06 |
Tanggal Publikasi | 2023-07-02 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | Playdigo Inc |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://timenow.world/ |
URL Halaman Kebijakan Privasi | https://playdigo.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TimeNow", "description": "Allowing users to easily track the current time across different regions of the world.", "version": "2.1", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo.png" }, "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "64": "images\/64x64.png", "128": "images\/128x128.png" } } |