Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Apa itu Convert Unixtime?

Convert Unixtime adalah ekstensi Chrome yang dikembangkan oleh Takahito Nara, dan fitur utamanya adalah "Convert Unixtime to Date format by selecting the context menu.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Convert Unixtime

Unduh file ekstensi Convert Unixtime dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
URL Resmi https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Deskripsi Convert Unixtime to Date format by selecting the context menu.
Ukuran File 4.4 KB
Jumlah Instalasi 274
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-11-16
Tanggal Publikasi 2013-11-16
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Takahito Nara
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}