One Click Timestamp

This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.

One Click Timestampคืออะไร?

One Click Timestamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danielkellyio และคุณลักษณะหลักของมันคือ "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click Timestamp

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

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

                        Ever need to get the current timestamp on the fly? Now you can with a single click. Just click on the extension and the current Unix Timestamp will automatically be copied to your clipboard. Timestamps are a great way to keep track of when things happen or provide unique keys that are always different than the last, and now you can generate one right from the window in which you're already working.                    

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

ชื่อ One Click Timestamp One Click Timestamp
ID pblckncokfkmheolghlmckjkhlgmnnig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-timestamp/pblckncokfkmheolghlmckjkhlgmnnig
คำอธิบาย This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.
ขนาดไฟล์ 9.51 KB
จำนวนการติดตั้ง 352
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-09-03
วันที่เผยแพร่ 2015-09-02
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา danielkellyio
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Timestamp",
    "description": "This extension is a super simple way to get the current time in the form of a Unix timestamp with a single click.",
    "version": "1.0",
    "author": "Daniel Kelly",
    "short_name": "1ClickTS",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardWrite"
    ]
}