Convert Unix timestamp to date
Convert Unix timestamp to date
Qu'est-ce que Convert Unix timestamp to date ?
Convert Unix timestamp to date est une extension Chrome développée par https://sunmedia.ru, et sa fonction principale est "Convert Unix timestamp to date".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Convert Unix timestamp to date
Téléchargez les fichiers d'extension Convert Unix timestamp to date 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
Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.
Informations de Base sur l'Extension
Nom | Convert Unix timestamp to date |
ID | fnjggclgolhdodlhgboekpelaeiahpbl |
URL Officiel | https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl |
Description | Convert Unix timestamp to date |
Taille du Fichier | 36.34 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-03-27 |
Date de Publication | 2013-03-27 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://sunmedia.ru |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "scripts": [ "conv_timestamp.js" ] }, "description": "Convert Unix timestamp to date", "icons": { "16": "time-16.gif", "32": "time-32.gif", "48": "time-48.gif", "128": "time-128.gif" }, "manifest_version": 2, "minimum_chrome_version": "6.0.472", "name": "Convert Unix timestamp to date", "permissions": [ "contextMenus", "notifications" ], "web_accessible_resources": [ "time-48.gif" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |