Timestamp Plugin
This extension will insert the timestamp into the textbox with the cursor
Timestamp Pluginคืออะไร?
Timestamp Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mina Michel และคุณลักษณะหลักของมันคือ "This extension will insert the timestamp into the textbox with the cursor"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timestamp Plugin
ดาวน์โหลดไฟล์ส่วนขยาย Timestamp Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whenever you are writing text in a huge text area and want to track when did you add this text, just click on my extension and it will add a timestamp with your initials (that you can set in the options screen)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pngdhemdbaamjkmlfhnfjclmaegblkfj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/timestamp-plugin/pngdhemdbaamjkmlfhnfjclmaegblkfj |
คำอธิบาย | This extension will insert the timestamp into the textbox with the cursor |
ขนาดไฟล์ | 11.21 KB |
จำนวนการติดตั้ง | 228 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-05-30 |
วันที่เผยแพร่ | 2016-05-30 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Mina Michel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timestamp Plugin", "description": "This extension will insert the timestamp into the textbox with the cursor", "version": "1.0", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ] } |