Time in India
Displays current time in India.
Qu'est-ce que Time in India ?
Time in India est une extension Chrome développée par SmartAzanClock, et sa fonction principale est "Displays current time in India.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time in India
Téléchargez les fichiers d'extension Time in India au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✔️ Single-purpose ✔️ Lightweight Click on the icon to switch between 24hr & 12hr modes.
Informations de Base sur l'Extension
Nom | |
ID | ikekoihphgkdckliglmkglohaamajakg |
URL Officiel | https://chromewebstore.google.com/detail/time-in-india/ikekoihphgkdckliglmkglohaamajakg |
Description | Displays current time in India. |
Taille du Fichier | 6.43 KB |
Nombre d'Installations | 850 |
Version Actuelle | 0.0.1.9 |
Dernière Mise à Jour | 2022-09-17 |
Date de Publication | 2021-07-18 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | SmartAzanClock |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://smartazanclock.com/privacy-policy |
Langues Prises en Charge | 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" } } |