Time in India
Displays current time in India.
Wat is Time in India?
Time in India is een Chrome-extensie ontwikkeld door SmartAzanClock, en de belangrijkste functie is "Displays current time in India.".
Extensie Screenshots
Download het CRX-bestand van de extensie Time in India
Download Time in India-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
Basisinformatie over de Extensie
Naam | |
ID | ikekoihphgkdckliglmkglohaamajakg |
Officiële URL | https://chromewebstore.google.com/detail/time-in-india/ikekoihphgkdckliglmkglohaamajakg |
Beschrijving | Displays current time in India. |
Bestandsgrootte | 6.43 KB |
Aantal Installaties | 850 |
Huidige Versie | 0.0.1.9 |
Laatst Bijgewerkt | 2022-09-17 |
Publicatiedatum | 2021-07-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | SmartAzanClock |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://smartazanclock.com/privacy-policy |
Ondersteunde Talen | 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" } } |