Unix Timestamp Converter
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Qu'est-ce que Unix Timestamp Converter ?
Unix Timestamp Converter est une extension Chrome développée par Unknown, et sa fonction principale est "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unix Timestamp Converter
Téléchargez les fichiers d'extension Unix Timestamp 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
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now. Just give it a try.
Informations de Base sur l'Extension
Nom | Unix Timestamp Converter |
ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
URL Officiel | https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm |
Description | Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! |
Taille du Fichier | 1.04 MB |
Nombre d'Installations | 5,057 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2021-12-23 |
Date de Publication | 2017-09-29 |
Évaluation | 4.23/5 Total 26 Évaluations |
Développeur | Unknown |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/CoryNoonan/unix-timestamp-chrome |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix Timestamp Converter", "version": "0.4.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!", "manifest_version": 2, "browser_action": { "default_icon": "public\/images\/icon.png", "default_popup": "index.html", "default_name": "Unix Timestamp Converter", "short_name": "Unix Timestamp Converter" }, "icons": { "48": "public\/images\/icon.png", "128": "public\/images\/icon.png" }, "permissions": [ "storage" ] } |