YouTube Memo
Write something watching YouTube videos.
YouTube Memoคืออะไร?
YouTube Memo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bglgwyng และคุณลักษณะหลักของมันคือ "Write something watching YouTube videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Memo
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Memo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As you watch a YouTube video, there are times when you want to summarize something, write down an idea that comes to mind, or save a moment you want to see it again later. YouTube Memo appears on the right side of the video, allowing you to write memos with a timestamp. The memo acts as a link to that moment in the video. Also, videos with memos are automatically added to your favorites so you can browse them later.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Memo |
ID | ijelfhbgnpoongehabbphibmfnfnamjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj |
คำอธิบาย | Write something watching YouTube videos. |
ขนาดไฟล์ | 156 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2021-05-10 |
วันที่เผยแพร่ | 2021-05-07 |
ผู้พัฒนา | bglgwyng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/bglgwyng/Youtube-Memo |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Memo", "description": "Write something watching YouTube videos.", "version": "0.1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "webNavigation", "bookmarks", "https:\/\/www.youtube.com\/" ] } |