YouTube Memo

Write something watching YouTube videos.

YouTube Memo란 무엇입니까?

YouTube Memo은(는) bglgwyng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write something watching YouTube videos."입니다.

확장 프로그램 스크린샷

screenshot

YouTube Memo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        As you watch a YouTube video, there are times when you want to summarize something, write down an idea that comes to mind, or save a moment you want to see it again later. YouTube Memo appears on the right side of the video, allowing you to write memos with a timestamp. The memo acts as a link to that moment in the video. Also, videos with memos are automatically added to your favorites so you can browse them later.                    

확장 프로그램 기본 정보

이름 YouTube Memo YouTube Memo
ID ijelfhbgnpoongehabbphibmfnfnamjj
공식 URL https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj
설명 Write something watching YouTube videos.
파일 크기 156 KB
설치 횟수 121
현재 버전 0.1.1
최근 업데이트 2021-05-10
출시 날짜 2021-05-07
개발자 bglgwyng
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/bglgwyng/Youtube-Memo
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Memo",
    "description": "Write something watching YouTube videos.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "bookmarks",
        "https:\/\/www.youtube.com\/"
    ]
}