Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Co to jest Convert Unixtime?

Convert Unixtime to rozszerzenie Chrome opracowane przez Takahito Nara, a jego główną funkcją jest „Convert Unixtime to Date format by selecting the context menu.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Convert Unixtime

Pobierz pliki rozszerzeń Convert Unixtime 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 unixtime to the following format easily.

    YYYY-MM-DD hh:mm:ss (Local)
    YYYY-MM-DD hh:mm:ss (UTC)

You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
Oficjalny URL https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Opis Convert Unixtime to Date format by selecting the context menu.
Rozmiar pliku 4.4 KB
Liczba instalacji 274
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-11-16
Data Publikacji 2013-11-16
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Takahito Nara
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Unixtime",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Convert Unixtime to Date format by selecting the context menu.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}