KeyPoints - Youtube Video Summarizer
Summarize youtube videos to get the key points shared in the video within seconds
KeyPoints - Youtube Video Summarizerคืออะไร?
KeyPoints - Youtube Video Summarizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mybrowsinghabits และคุณลักษณะหลักของมันคือ "Summarize youtube videos to get the key points shared in the video within seconds"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KeyPoints - Youtube Video Summarizer
ดาวน์โหลดไฟล์ส่วนขยาย KeyPoints - Youtube Video Summarizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extension allows you to summarize any youtube video! The summary will give you a quick introduction as well as any of the main KeyPoints discussed. You can also save any of the generated summaries directly within the app, which allows you to go back later on and read over any of the summaries that you might have generated. Please don't hesitate to leave a comment or review with your thoughts about the product!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | KeyPoints - Youtube Video Summarizer |
ID | cmpegjdbmjinegeoloignbnnchhaeafj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj |
คำอธิบาย | Summarize youtube videos to get the key points shared in the video within seconds |
ขนาดไฟล์ | 1.87 MB |
จำนวนการติดตั้ง | 232 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2024-02-26 |
วันที่เผยแพร่ | 2023-03-12 |
ผู้พัฒนา | mybrowsinghabits |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
URL หน้านโยบายความเป็นส่วนตัว | https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeyPoints - Youtube Video Summarizer", "description": "Summarize youtube videos to get the key points shared in the video within seconds", "version": "1.3.0", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_title": "KeyPoints", "default_popup": "index.html" }, "icons": { "16": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |