Epoch
Quick Linux/Epoch time converter
Qu'est-ce que Epoch ?
Epoch est une extension Chrome développée par Liorama, et sa fonction principale est "Quick Linux/Epoch time converter".
Télécharger le fichier CRX de l'extension Epoch
Téléchargez les fichiers d'extension Epoch 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
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.
Informations de Base sur l'Extension
Nom | Epoch |
ID | giojmegbijfdaifkfblkljnbeljjhlaj |
URL Officiel | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
Description | Quick Linux/Epoch time converter |
Taille du Fichier | 245 KB |
Nombre d'Installations | 41 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2016-03-15 |
Date de Publication | 2016-03-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Liorama |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch", "short_name": "Epoch time converter", "version": "0.0.3", "manifest_version": 2, "description": "Quick Linux\/Epoch time converter", "icons": { "16": "icons\/linuxtime2.png", "48": "icons\/linuxtime2.png", "128": "icons\/linuxtime2.png" }, "browser_action": { "default_icon": "icons\/linuxtime2.png", "default_title": "Click for time since Linux Epoch", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "*:\/\/*\/*" ] } |