YouTube Notetaker | Terrain

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

O que é YouTube Notetaker | Terrain?

YouTube Notetaker | Terrain é uma extensão do Chrome desenvolvida por eman, e sua principal característica é "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Notetaker | Terrain

Baixe arquivos de extensão YouTube Notetaker | Terrain no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome YouTube Notetaker | Terrain YouTube Notetaker | Terrain
ID ggmegoikhdmjmbeopoplpingfmogafik
URL Oficial https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik
Descrição Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Tamanho do Arquivo 19.44 KB
Contagem de Instalações 401
Versão Atual 1.1
Última Atualização 2022-01-28
Data de Publicação 2022-01-26
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor eman
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.knowtheterrain.io
Idiomas Suportados 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"
    ]
}