Unix Time Converter
Converts Unix time to human readable format and vice versa
Co to jest Unix Time Converter?
Unix Time Converter to rozszerzenie Chrome opracowane przez Ren0, a jego główną funkcją jest „Converts Unix time to human readable format and vice versa”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unix Time Converter
Pobierz pliki rozszerzeń Unix Time 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
Unix Time Converter quickly converts time stamps. With a click of the mouse it displays the current time in Unix format (number of seconds since epoch) and its ISO 8601 representation in both UTC and local time zone. It can also convert an arbitrary text into a Unix time, a JavaScript time (same as Unix time, but expressed in milliseconds), UTC and local. When the supplied time is a number, it is always interpreted as the offset since epoch, but depending on its value it is assumed to be seconds, milliseconds, or nanoseconds. When the supplied time is a string, Unix Time Converter tries to interpret it and display it in the four supported formats. This extension was inspired by the Epoch Converter add-on for Firefox written by Harsh Karn.
Podstawowe informacje o rozszerzeniu
Nazwa | Unix Time Converter |
ID | iiofablbcigoibjfebccgbcngnigenlj |
Oficjalny URL | https://chromewebstore.google.com/detail/unix-time-converter/iiofablbcigoibjfebccgbcngnigenlj |
Opis | Converts Unix time to human readable format and vice versa |
Rozmiar pliku | 208 KB |
Liczba instalacji | 324 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2023-05-22 |
Data Publikacji | 2021-04-05 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Ren0 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unix Time Converter", "version": "1.0.4", "version_name": "1.0.4", "description": "Converts Unix time to human readable format and vice versa", "icons": { "16": "icons\/schedule-black-16dp.png", "32": "icons\/schedule-black-32dp.png", "48": "icons\/schedule-black-48dp.png", "128": "icons\/schedule-black-128dp.png" }, "action": { "default_icon": { "16": "icons\/schedule-black-16dp.png", "32": "icons\/schedule-black-32dp.png", "48": "icons\/schedule-black-48dp.png", "128": "icons\/schedule-black-128dp.png" }, "default_title": "Unix Time Converter", "default_popup": "popup\/popup.html", "browser_style": false } } |