Human Readable Timestamps!

Human readable date strings replace timestamps on click

Human Readable Timestamps!คืออะไร?

Human Readable Timestamps! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย katemonkeys และคุณลักษณะหลักของมันคือ "Human readable date strings replace timestamps on click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Human Readable Timestamps!

ดาวน์โหลดไฟล์ส่วนขยาย Human Readable Timestamps! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Human Readable Timestamps! Human Readable Timestamps!
ID hhjbldoceagnoijlkafgkbbbillnogaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/human-readable-timestamps/hhjbldoceagnoijlkafgkbbbillnogaj
คำอธิบาย Human readable date strings replace timestamps on click
ขนาดไฟล์ 4.42 KB
จำนวนการติดตั้ง 474
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-08-17
วันที่เผยแพร่ 2015-08-16
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา katemonkeys
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}