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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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