TimeNow
Allowing users to easily track the current time across different regions of the world.
What is TimeNow?
TimeNow is a Chrome extension developed by Playdigo Inc, and its main feature is "Allowing users to easily track the current time across different regions of the world.".
Extension Screenshots
Download TimeNow Extension CRX File
Download TimeNow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | |
ID | afilbkkbagloanfddkgnbeamaoekando |
Official URL | https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando |
Description | Allowing users to easily track the current time across different regions of the world. |
File Size | 3.28 MB |
Installation Count | 7,941 |
Current Version | 2.1 |
Last Updated | 2023-09-06 |
Publish Date | 2023-07-02 |
Rating | 4.75/5 Total 8 Ratings |
Developer | Playdigo Inc |
[email protected] | |
Payment Type | free |
Extension Website | https://timenow.world/ |
Privacy Policy Page URL | https://playdigo.com/privacy-policy |
Supported Languages | 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" } } |