YouTube Notetaker | Terrain

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

What is YouTube Notetaker | Terrain?

YouTube Notetaker | Terrain is a Chrome extension developed by eman, and its main feature is "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Notetaker | Terrain Extension CRX File

Download YouTube Notetaker | Terrain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube Notetaker | Terrain YouTube Notetaker | Terrain
ID ggmegoikhdmjmbeopoplpingfmogafik
Official URL https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik
Description Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
File Size 19.44 KB
Installation Count 401
Current Version 1.1
Last Updated 2022-01-28
Publish Date 2022-01-26
Rating 4.64/5 Total 11 Ratings
Developer eman
Email [email protected]
Payment Type free
Extension Website https://www.knowtheterrain.io
Supported Languages 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"
    ]
}