Timely
This extension converts unix epoch timestamps to human-readable times.
Was ist Timely?
Timely ist eine Chrome-Erweiterung, die von Chris Warren entwickelt wurde, und ihr Hauptmerkmal ist "This extension converts unix epoch timestamps to human-readable times.".
Erweiterungsscreenshots
Timely-Erweiterungs-CRX-Datei herunterladen
Laden Sie Timely-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension.
Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | phpkahchjodmhmckibejeafoflafljma |
| Offizielle URL | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
| Beschreibung | This extension converts unix epoch timestamps to human-readable times. |
| Dateigröße | 10.88 KB |
| Installationsanzahl | 2,108 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2013-10-27 |
| Veröffentlichungsdatum | 2013-10-27 |
| Bewertung | 4.67/5 Insgesamt 9 Bewertungen |
| Entwickler | Chris Warren |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Timely",
"short_name": "Timely",
"description": "This extension converts unix epoch timestamps to human-readable times.",
"icons": {
"128": "icon128.png"
},
"version": "1.0.1",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Show human-readable timestamps"
}
} | |