Epoch time converter
Converts epoch(unix) and milliseconds to date time
Qu'est-ce que Epoch time converter ?
Epoch time converter est une extension Chrome développée par pari0130, et sa fonction principale est "Converts epoch(unix) and milliseconds to date time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Epoch time converter
Téléchargez les fichiers d'extension Epoch time converter 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 program converts epoch(unix) time and milliseconds to date time. After entering epoch time, you can convert it to the time of the current LOCAL environment and the time of the GMT environment by clicking convert. If you convert by selecting a date and time, convert it to the specified time. It automatically checks the start and end times according to the converted year, month, week, date converts them to epoch time. It provides useful functions to developers.
Informations de Base sur l'Extension
Nom | Epoch time converter |
ID | hlmilkihefafdjnhngdjmilppejomnhd |
URL Officiel | https://chromewebstore.google.com/detail/epoch-time-converter/hlmilkihefafdjnhngdjmilppejomnhd |
Description | Converts epoch(unix) and milliseconds to date time |
Taille du Fichier | 540 KB |
Nombre d'Installations | 440 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2022-08-18 |
Date de Publication | 2022-03-31 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | pari0130 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Epoch time converter", "description": "Converts epoch(unix) and milliseconds to date time", "version": "1.0.6", "icons": { "128": "logo\/logo.png" }, "action": { "default_title": "Epoch converter", "default_popup": "popup\/popup.html" } } |