Unix Timestamp Converter
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Co to jest Unix Timestamp Converter?
Unix Timestamp Converter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unix Timestamp Converter
Pobierz pliki rozszerzeń Unix Timestamp 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
Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now. Just give it a try.
Podstawowe informacje o rozszerzeniu
Nazwa | Unix Timestamp Converter |
ID | clkkocmhcpfginlphpgjmgpdffihcbmm |
Oficjalny URL | https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm |
Opis | Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose! |
Rozmiar pliku | 1.04 MB |
Liczba instalacji | 5,057 |
Aktualna Wersja | 0.4.0 |
Ostatnia Aktualizacja | 2021-12-23 |
Data Publikacji | 2017-09-29 |
Ocena | 4.23/5 Łącznie 26 Oceny |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/CoryNoonan/unix-timestamp-chrome |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix Timestamp Converter", "version": "0.4.0", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!", "manifest_version": 2, "browser_action": { "default_icon": "public\/images\/icon.png", "default_popup": "index.html", "default_name": "Unix Timestamp Converter", "short_name": "Unix Timestamp Converter" }, "icons": { "48": "public\/images\/icon.png", "128": "public\/images\/icon.png" }, "permissions": [ "storage" ] } |