YouTube Notetaker | Terrain

Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!

YouTube Notetaker | Terrain란 무엇입니까?

YouTube Notetaker | Terrain은(는) eman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube Notetaker | Terrain 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!                    

확장 프로그램 기본 정보

이름 YouTube Notetaker | Terrain YouTube Notetaker | Terrain
ID ggmegoikhdmjmbeopoplpingfmogafik
공식 URL https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik
설명 Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
파일 크기 19.44 KB
설치 횟수 401
현재 버전 1.1
최근 업데이트 2022-01-28
출시 날짜 2022-01-26
평점 4.64/5 총 11 개의 평점
개발자 eman
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.knowtheterrain.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Notetaker | Terrain",
    "author": "www.knowtheterrain.io",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "style\/button.css"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ]
}