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はmybrowsinghabitsによって開発されたChromeの拡張機能で、その主な機能は「Summarize youtube videos to get the key points shared in the video within seconds」です。
拡張機能のスクリーンショット
KeyPoints - Youtube Video Summarizer拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |