Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

Cos'è Annotate.tv: Take notes on videos?

Annotate.tv: Take notes on videos è un'estensione di Chrome sviluppata da https://annotate.tv, e la sua funzione principale è "Take timestamped notes easily while watching videos".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Annotate.tv: Take notes on videos

Scarica i file di estensione Annotate.tv: Take notes on videos 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

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

Informazioni di Base sull'Estensione

Nome Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
URL Ufficiale https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
Descrizione Take timestamped notes easily while watching videos
Dimensione del File 7.3 KB
Conteggio Installazioni 2,194
Versione Corrente 0.0.0.6
Ultimo Aggiornamento 2022-09-13
Data di Pubblicazione 2020-08-13
Valutazione 5.00/5 Totale 10 Valutazioni
Sviluppatore https://annotate.tv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://annotate.tv
Lingue Supportate 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"
    }
}