Coursnap - Summarizer for Long YouTube Videos

Premier Summarizer for Courses, lectures, and any long YouTube Videos.

什么是Coursnap - Summarizer for Long YouTube Videos?

Coursnap - Summarizer for Long YouTube Videos是由https://coursnap.app开发的Chrome扩展程序,该扩展的主要功能是“Premier Summarizer for Courses, lectures, and any long YouTube Videos.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Coursnap - Summarizer for Long YouTube Videos扩展crx文件

下载Coursnap - Summarizer for Long YouTube Videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Coursnap is the premier summarizer for courses, lectures, interviews,  and any long YouTube videos. 

🔥 Play Highlights - Watch the key 10% of the video. 
Helping you watch faster.

🎬 Long Videos into Outlines - Accurately deconstructing  videos into efficient learning guides. 
Helping you learn faster. 

📝 AI-driven Transcript - More accurate and fluent, easier to read. 
helping you understand faster. 

🎁 Free Daily Summary                    

扩展基本信息

名称 Coursnap - Summarizer for Long YouTube Videos Coursnap - Summarizer for Long YouTube Videos
ID clhacnjjfngbccgjbfbioajeoclpmggk
官方URL https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk
简介 Premier Summarizer for Courses, lectures, and any long YouTube Videos.
文件大小 10.13 MB
安装次数 54
当前版本 2.0.5
更新时间 2024-02-22
上架时间 2024-01-12
开发者 https://coursnap.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://coursnap.app
隐私政策页面URL https://www.coursnap.app/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coursnap - Summarizer for Long YouTube Videos",
    "version": "2.0.5",
    "manifest_version": 3,
    "description": "Premier Summarizer for Courses, lectures, and any long YouTube Videos.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icons\/logo.png",
        "128": "icons\/logoBig.png"
    },
    "commands": {
        "watch-later-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Watch Later"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5173\/*",
            "*:\/\/*.coursnap.app\/*"
        ]
    },
    "options_page": "extension.html#\/option",
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "assets\/**\/*.*",
                "\/assets\/*.*",
                "\/assets\/**\/*.*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "extension.html"
            ]
        }
    ]
}