YouTube My Timestamp
You can add memo only you can see to YouTube, including timestamps.
YouTube My Timestampคืออะไร?
YouTube My Timestamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mo2nabe.com และคุณลักษณะหลักของมันคือ "You can add memo only you can see to YouTube, including timestamps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube My Timestamp
ดาวน์โหลดไฟล์ส่วนขยาย YouTube My Timestamp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension make small note only you can see to every YouTube movie page. You can write something you like to the note. When you write a timestamp (ex.12:34), it become a link which jump to the time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube My Timestamp |
ID | eidciofckigmjkcoahjomfiopbknimik |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-my-timestamp/eidciofckigmjkcoahjomfiopbknimik |
คำอธิบาย | You can add memo only you can see to YouTube, including timestamps. |
ขนาดไฟล์ | 11.19 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 0.2.0 |
อัปเดตครั้งล่าสุด | 2020-09-19 |
วันที่เผยแพร่ | 2020-09-16 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://mo2nabe.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube My Timestamp", "short_name": "YTmt", "version": "0.2.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "icon19.png" }, "default_title": "write your memo", "default_popup": "popup.html" } } |