Epoch Converter

This extension converts a selected epoch number to GMT and local time

Apa itu Epoch Converter?

Epoch Converter adalah ekstensi Chrome yang dikembangkan oleh Nga Pham, dan fitur utamanya adalah "This extension converts a selected epoch number to GMT and local time".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Epoch Converter

Unduh file ekstensi Epoch Converter 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

                        This extension converts a selected epoch number to GMT and local time.

Simply select the epoch text, and press "Ctrl" key on your keyboard to see the readable datetime in GMT and your local timezone.                    

Informasi Dasar Ekstensi

Nama Epoch Converter Epoch Converter
ID fmlclipnfiabgkidijnabodchbmkodap
URL Resmi https://chrome.google.com/webstore/detail/epoch-converter/fmlclipnfiabgkidijnabodchbmkodap
Deskripsi This extension converts a selected epoch number to GMT and local time
Ukuran File 3.6 KB
Jumlah Instalasi 25
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-10-16
Tanggal Publikasi 2014-10-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Nga Pham
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "This extension converts a selected epoch number to GMT and local time",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lookup.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs"
    ]
}