Time Converter List
This extension will convert time from one time zone to another and show in list
Qu'est-ce que Time Converter List ?
Time Converter List est une extension Chrome développée par babishshrestha, et sa fonction principale est "This extension will convert time from one time zone to another and show in list".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Time Converter List
Téléchargez les fichiers d'extension Time Converter List 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
This will provide a list comparing corresponding times from different selected timezone.
Informations de Base sur l'Extension
Nom | |
ID | oaopihpjhekjkdklbfcjocjfddejjnbi |
URL Officiel | https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi |
Description | This extension will convert time from one time zone to another and show in list |
Taille du Fichier | 34.53 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-05-18 |
Date de Publication | 2016-05-18 |
Développeur | babishshrestha |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Converter List", "description": "This extension will convert time from one time zone to another and show in list", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_title": "Timezone Converter List", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |