YouTube Notetaker | Terrain

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

Qu'est-ce que YouTube Notetaker | Terrain ?

YouTube Notetaker | Terrain est une extension Chrome développée par eman, et sa fonction principale est "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Notetaker | Terrain

Téléchargez les fichiers d'extension YouTube Notetaker | Terrain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouTube Notetaker | Terrain YouTube Notetaker | Terrain
ID ggmegoikhdmjmbeopoplpingfmogafik
URL Officiel 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!
Taille du Fichier 19.44 KB
Nombre d'Installations 401
Version Actuelle 1.1
Dernière Mise à Jour 2022-01-28
Date de Publication 2022-01-26
Évaluation 4.64/5 Total 11 Évaluations
Développeur eman
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.knowtheterrain.io
Langues Prises en Charge 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"
    ]
}