Convert Unix timestamp to date

Convert Unix timestamp to date

Convert Unix timestamp to dateคืออะไร?

Convert Unix timestamp to date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sunmedia.ru และคุณลักษณะหลักของมันคือ "Convert Unix timestamp to date"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Unix timestamp to date

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

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

                        Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.                    

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

ชื่อ Convert Unix timestamp to date Convert Unix timestamp to date
ID fnjggclgolhdodlhgboekpelaeiahpbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl
คำอธิบาย Convert Unix timestamp to date
ขนาดไฟล์ 36.34 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-03-27
วันที่เผยแพร่ 2013-03-27
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://sunmedia.ru
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "conv_timestamp.js"
        ]
    },
    "description": "Convert Unix timestamp to date",
    "icons": {
        "16": "time-16.gif",
        "32": "time-32.gif",
        "48": "time-48.gif",
        "128": "time-128.gif"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.472",
    "name": "Convert Unix timestamp to date",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "time-48.gif"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}