Human Readable Timestamps!

Human readable date strings replace timestamps on click

Apa itu Human Readable Timestamps!?

Human Readable Timestamps! adalah ekstensi Chrome yang dikembangkan oleh katemonkeys, dan fitur utamanya adalah "Human readable date strings replace timestamps on click".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Human Readable Timestamps!

Unduh file ekstensi Human Readable Timestamps! 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

                        Human readable date strings replace all timestamps in a page with a single click without going to the console and copy-pasting from epoch to a new Date() for each one..... click again and it toggles back so you can review the original timestamp!

Off the top of your head, was 1439580577271 last Thursday? Or if you have a JSON with fifty items in a list, are they basically daily or weekly or what? This will solve your problems :) It is designed to work with an existing extension such as JSONviewer (cross promotion! They are great) just like in the screenshots.

The E is for easy, excellent, elephant, whatever you like.                    

Informasi Dasar Ekstensi

Nama Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
URL Resmi https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
Deskripsi Human readable date strings replace timestamps on click
Ukuran File 4.42 KB
Jumlah Instalasi 474
Versi Saat Ini 0.2
Terakhir Diperbarui 2015-08-17
Tanggal Publikasi 2015-08-16
Penilaian 4.00/5 Total 4 Penilaian
Pengembang katemonkeys
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Human Readable Timestamps!",
    "short_name": "OKTimestamps",
    "description": "Human readable date strings replace timestamps on click",
    "version": "0.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "manifest_version": 2
}