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
Eメール [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"
            ]
        }
    ]
}