Unix timestamp to readable date/time
Convert Unix timestamps on Web-page to readable date/time
Qu'est-ce que Unix timestamp to readable date/time ?
Unix timestamp to readable date/time est une extension Chrome développée par Alexey Michurin, et sa fonction principale est "Convert Unix timestamps on Web-page to readable date/time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unix timestamp to readable date/time
Téléchargez les fichiers d'extension Unix timestamp to readable date/time 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
If you are sometimes forced to read UNIX timestamps in Web UI, you must know how it painful. This small extension provides two ways to make your life easier. • Push the extension button and all timestamps will be equipped with popups with readable time. Please visit the extension options page (right click on buttom). Here you can tune many options: colors, support of milli-, micro- and nanosecond, and other. • If you push extension button on newtab page, you'll get a simple converter page. Be careful with interactive pages. If page changes itself, like many of modern pages do, all readable timestamps will dissapear. This extension doesn't monitor pages permanently. It acts on demand only.
Informations de Base sur l'Extension
Nom | Unix timestamp to readable date/time |
ID | cngfpffdiefnoblplbcdejppdpceaehm |
URL Officiel | https://chromewebstore.google.com/detail/unix-timestamp-to-readabl/cngfpffdiefnoblplbcdejppdpceaehm |
Description | Convert Unix timestamps on Web-page to readable date/time |
Taille du Fichier | 33.57 KB |
Nombre d'Installations | 694 |
Version Actuelle | 0.0.2.2 |
Dernière Mise à Jour | 2020-01-05 |
Date de Publication | 2020-01-05 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Alexey Michurin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/michurin/chrome-extension-timestamp-to-readable |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix timestamp to readable date\/time", "version": "0.0.2.2", "minimum_chrome_version": "49", "description": "Convert Unix timestamps on Web-page to readable date\/time", "short_name": "timestamp\u2192datetime", "icons": { "128": "icon-128.png" }, "permissions": [ "activeTab", "storage" ], "offline_enabled": true, "options_page": "options.html", "background": { "persistent": false, "scripts": [ "common.js", "bg.js" ] }, "browser_action": { "default_icon": { "19": "icon-128.png", "38": "icon-128.png" }, "default_title": "timestamp \u21d2 datetime" }, "homepage_url": "https:\/\/github.com\/michurin\/chrome-extension-timestamp-to-readable", "author": "Alexey Michurin |