timee
Convert date and time to your time zone with timee.io
Qu'est-ce que timee ?
timee est une extension Chrome développée par https://timee.io, et sa fonction principale est "Convert date and time to your time zone with timee.io".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension timee
Téléchargez les fichiers d'extension timee 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 extension is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
Informations de Base sur l'Extension
Nom | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
URL Officiel | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Description | Convert date and time to your time zone with timee.io |
Taille du Fichier | 10.32 KB |
Nombre d'Installations | 637 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2020-05-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://timee.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://timee.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |