Human Readable Timestamps!
Human readable date strings replace timestamps on click
Co to jest Human Readable Timestamps!?
Human Readable Timestamps! to rozszerzenie Chrome opracowane przez katemonkeys, a jego główną funkcją jest „Human readable date strings replace timestamps on click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Human Readable Timestamps!
Pobierz pliki rozszerzeń Human Readable Timestamps! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Human Readable Timestamps! |
ID | hhjbldoceagnoijlkafgkbbbillnogaj |
Oficjalny URL | https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj |
Opis | Human readable date strings replace timestamps on click |
Rozmiar pliku | 4.42 KB |
Liczba instalacji | 474 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2015-08-17 |
Data Publikacji | 2015-08-16 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | katemonkeys |
Typ Płatności | free |
Obsługiwane Języki | 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 } |