Epoch Converter
Epoch Converter
Qu'est-ce que Epoch Converter ?
Epoch Converter est une extension Chrome développée par Gary Danko, et sa fonction principale est "Epoch Converter".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Epoch Converter
Téléchargez les fichiers d'extension Epoch 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
A simple extension to convert Unix time to human readable format. * Real time Unix time clock can be paused to copy the current epoch * Convert Unix time to a human readable format in both local time and GMT * Calendar picker allows you to pick a time and date to convert to Unix time. Inspired by http://www.epochconverter.com
Informations de Base sur l'Extension
Nom | Epoch Converter |
ID | ebjckmmfkbpnnlimpeecbjljaepdpcem |
URL Officiel | https://chromewebstore.google.com/detail/epoch-converter/ebjckmmfkbpnnlimpeecbjljaepdpcem |
Description | Epoch Converter |
Taille du Fichier | 304 KB |
Nombre d'Installations | 546 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2015-05-21 |
Date de Publication | 2015-05-20 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Gary Danko |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Epoch Converter", "description": "Epoch Converter", "version": "0.0.0.3", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/clock19.png", "38": "images\/clock38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/clock16.png", "48": "images\/clock48.png", "128": "images\/clock128.png" }, "permissions": [] } |