Epoch Converter
This extension converts a selected epoch number to GMT and local time
Co to jest Epoch Converter?
Epoch Converter to rozszerzenie Chrome opracowane przez Nga Pham, a jego główną funkcją jest „This extension converts a selected epoch number to GMT and local time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Epoch Converter
Pobierz pliki rozszerzeń Epoch Converter 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
This extension converts a selected epoch number to GMT and local time. Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | fmlclipnfiabgkidijnabodchbmkodap |
Oficjalny URL | https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap |
Opis | This extension converts a selected epoch number to GMT and local time |
Rozmiar pliku | 3.6 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-10-16 |
Data Publikacji | 2014-10-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Nga Pham |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch Converter", "version": "1.1", "manifest_version": 2, "description": "This extension converts a selected epoch number to GMT and local time", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lookup.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "tabs" ] } |