Human Readable Timestamps!
Human readable date strings replace timestamps on click
Was ist Human Readable Timestamps!?
Human Readable Timestamps! ist eine Chrome-Erweiterung, die von katemonkeys entwickelt wurde, und ihr Hauptmerkmal ist "Human readable date strings replace timestamps on click".
Erweiterungsscreenshots
Human Readable Timestamps!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Human Readable Timestamps!-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
Human readable date strings replace all timestamps in a page with a single click without going to the console and copy-pasting from epoch to a new Date() for each one..... click again and it toggles back so you can review the original timestamp! Off the top of your head, was 1439580577271 last Thursday? Or if you have a JSON with fifty items in a list, are they basically daily or weekly or what? This will solve your problems :) It is designed to work with an existing extension such as JSONviewer (cross promotion! They are great) just like in the screenshots. The E is for easy, excellent, elephant, whatever you like.
Grundlegende Informationen zur Erweiterung
Name | Human Readable Timestamps! |
ID | hhjbldoceagnoijlkafgkbbbillnogaj |
Offizielle URL | https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj |
Beschreibung | Human readable date strings replace timestamps on click |
Dateigröße | 4.42 KB |
Installationsanzahl | 474 |
Aktuelle Version | 0.2 |
Letztes Update | 2015-08-17 |
Veröffentlichungsdatum | 2015-08-16 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | katemonkeys |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Human Readable Timestamps!", "short_name": "OKTimestamps", "description": "Human readable date strings replace timestamps on click", "version": "0.2", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "favicon.png" }, "manifest_version": 2 } |