Timely
This extension converts unix epoch timestamps to human-readable times.
Co to jest Timely?
Timely to rozszerzenie Chrome opracowane przez Chris Warren, a jego główną funkcją jest „This extension converts unix epoch timestamps to human-readable times.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Timely
Pobierz pliki rozszerzeń Timely 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Timely |
ID | phpkahchjodmhmckibejeafoflafljma |
Oficjalny URL | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
Opis | This extension converts unix epoch timestamps to human-readable times. |
Rozmiar pliku | 10.88 KB |
Liczba instalacji | 2,108 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2013-10-27 |
Data Publikacji | 2013-10-27 |
Ocena | 4.67/5 Łącznie 9 Oceny |
Deweloper | Chris Warren |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |