YouTube Notetaker | Terrain

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

Cos'è YouTube Notetaker | Terrain?

YouTube Notetaker | Terrain è un'estensione di Chrome sviluppata da eman, e la sua funzione principale è "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Notetaker | Terrain

Scarica i file di estensione YouTube Notetaker | Terrain in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YouTube Notetaker | Terrain YouTube Notetaker | Terrain
ID ggmegoikhdmjmbeopoplpingfmogafik
URL Ufficiale https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik
Descrizione Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Dimensione del File 19.44 KB
Conteggio Installazioni 401
Versione Corrente 1.1
Ultimo Aggiornamento 2022-01-28
Data di Pubblicazione 2022-01-26
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore eman
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.knowtheterrain.io
Lingue Supportate 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"
    ]
}