Convert Unix timestamp to date
Convert Unix timestamp to date
Co to jest Convert Unix timestamp to date?
Convert Unix timestamp to date to rozszerzenie Chrome opracowane przez https://sunmedia.ru, a jego główną funkcją jest „Convert Unix timestamp to date”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Convert Unix timestamp to date
Pobierz pliki rozszerzeń Convert Unix timestamp to date 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
Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.
Podstawowe informacje o rozszerzeniu
Nazwa | Convert Unix timestamp to date |
ID | fnjggclgolhdodlhgboekpelaeiahpbl |
Oficjalny URL | https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl |
Opis | Convert Unix timestamp to date |
Rozmiar pliku | 36.34 KB |
Liczba instalacji | 113 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-03-27 |
Data Publikacji | 2013-03-27 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | https://sunmedia.ru |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "scripts": [ "conv_timestamp.js" ] }, "description": "Convert Unix timestamp to date", "icons": { "16": "time-16.gif", "32": "time-32.gif", "48": "time-48.gif", "128": "time-128.gif" }, "manifest_version": 2, "minimum_chrome_version": "6.0.472", "name": "Convert Unix timestamp to date", "permissions": [ "contextMenus", "notifications" ], "web_accessible_resources": [ "time-48.gif" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |