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”。

扩展截图

screenshot
screenshot

下载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 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"
    }
}