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ファイルをダウンロード

YouTube Notetaker | Terrain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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