KeyPoints - Youtube Video Summarizer

Summarize youtube videos to get the key points shared in the video within seconds

Co je KeyPoints - Youtube Video Summarizer?

KeyPoints - Youtube Video Summarizer je rozšíření Chrome vyvinuté mybrowsinghabits, a jeho hlavní funkcí je „Summarize youtube videos to get the key points shared in the video within seconds“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření KeyPoints - Youtube Video Summarizer

Stáhněte si soubory rozšíření KeyPoints - Youtube Video Summarizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název KeyPoints - Youtube Video Summarizer KeyPoints - Youtube Video Summarizer
ID cmpegjdbmjinegeoloignbnnchhaeafj
Oficiální URL https://chromewebstore.google.com/detail/keypoints-youtube-video-s/cmpegjdbmjinegeoloignbnnchhaeafj
Popis Summarize youtube videos to get the key points shared in the video within seconds
Velikost souboru 1.87 MB
Počet instalací 232
Aktuální Verze 1.3.0
Poslední Aktualizace 2024-02-26
Datum Vydání 2023-03-12
Vývojář mybrowsinghabits
E-mail [email protected]
Typ Platby in_app
URL Stránky Zásad Ochrany Soukromí https://mybrowsinghabits.wixsite.com/my-browsing-habits/privacy-policy
Podporované Jazyky 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"
    }
}