Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

O que é Annotate.tv: Take notes on videos?

Annotate.tv: Take notes on videos é uma extensão do Chrome desenvolvida por https://annotate.tv, e sua principal característica é "Take timestamped notes easily while watching videos".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Annotate.tv: Take notes on videos

Baixe arquivos de extensão Annotate.tv: Take notes on videos 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

                        Create a video in Annotate.tv just by clicking the logo while watching a video in YouTube                    

Informações Básicas da Extensão

Nome Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
URL Oficial https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
Descrição Take timestamped notes easily while watching videos
Tamanho do Arquivo 7.3 KB
Contagem de Instalações 2,194
Versão Atual 0.0.0.6
Última Atualização 2022-09-13
Data de Publicação 2020-08-13
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://annotate.tv
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://annotate.tv
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Annotate.tv: Take notes on videos",
    "version": "0.0.0.6",
    "description": "Take timestamped notes easily while watching videos",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        ""
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.annotate.tv\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}