YouTube Notetaker | Terrain

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

Co je YouTube Notetaker | Terrain?

YouTube Notetaker | Terrain je rozšíření Chrome vyvinuté eman, a jeho hlavní funkcí je „Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Notetaker | Terrain

Stáhněte si soubory rozšíření YouTube Notetaker | Terrain ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název YouTube Notetaker | Terrain YouTube Notetaker | Terrain
ID ggmegoikhdmjmbeopoplpingfmogafik
Oficiální URL https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik
Popis Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Velikost souboru 19.44 KB
Počet instalací 401
Aktuální Verze 1.1
Poslední Aktualizace 2022-01-28
Datum Vydání 2022-01-26
Hodnocení 4.64/5 Celkem 11 Hodnocení
Vývojář eman
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.knowtheterrain.io
Podporované Jazyky 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"
    ]
}