YouTube Summary Generator
Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.
YouTube Summary Generatorとは何ですか?
YouTube Summary Generatorはpmarxbraunによって開発されたChromeの拡張機能で、その主な機能は「Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.」です。
拡張機能のスクリーンショット
YouTube Summary Generator拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } ] } |