YouTube Summary Generator
Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.
YouTube Summary Generatorคืออะไร?
YouTube Summary Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pmarxbraun และคุณลักษณะหลักของมันคือ "Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Summary Generator
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Summary Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance Your YouTube Experience with AI-Powered Summaries Introducing the YouTube Summary Extension - a free Chrome Extension that utilizes OpenAI's advanced ChatGPT technology to deliver concise video summaries directly within the YouTube interface. Make the most of your time and absorb information more efficiently with this handy tool. Preview key takeaways by clicking the summary button on video thumbnails as you browse. Save time, learn faster, and transform your YouTube experience with the power of AI-generated summaries.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Summary Generator |
ID | loijikpkflmdfpgbaaddaophfoohlamp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-summary-generator/loijikpkflmdfpgbaaddaophfoohlamp |
คำอธิบาย | Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology. |
ขนาดไฟล์ | 10.82 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2023-04-27 |
วันที่เผยแพร่ | 2023-04-02 |
ผู้พัฒนา | pmarxbraun |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://monsitetranquille.fr |
URL หน้าช่วยเหลือ | https://monsitetranquille.fr/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Summary Generator", "version": "0.0.0.3", "description": "Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.", "action": { "default_popup": "", "default_title": "Summarize this video", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "clipboardWrite" ], "host_permissions": [ "https:\/\/europe-west3-symbolic-object-137311.cloudfunctions.net\/summerize_yt_transcript\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "js": [ "scripts\/content.js" ], "css": [ "styles\/styles.css" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "\/icons\/*" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ] } ] } |