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 |
官方網址 | 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" } } |