Time in India
Displays current time in India.
What is Time in India?
Time in India is a Chrome extension developed by SmartAzanClock, and its main feature is "Displays current time in India.".
Extension Screenshots
Download Time in India Extension CRX File
Download Time in India 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
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
Extension Basic Information
Name | |
ID | ikekoihphgkdckliglmkglohaamajakg |
Official URL | https://chromewebstore.google.com/detail/time-in-india/ikekoihphgkdckliglmkglohaamajakg |
Description | Displays current time in India. |
File Size | 6.43 KB |
Installation Count | 850 |
Current Version | 0.0.1.9 |
Last Updated | 2022-09-17 |
Publish Date | 2021-07-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | SmartAzanClock |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://smartazanclock.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "0.0.1.9", "default_locale": "en", "description": "__MSG_description__", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "background": { "service_worker": "serviceWorker.js" }, "minimum_chrome_version": "88", "action": { "default_title": "__MSG_short_name__", "default_icon": { "128": "images\/_icon.png" } }, "icons": { "128": "images\/_icon.png" } } |