Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

Qu'est-ce que Annotate.tv: Take notes on videos ?

Annotate.tv: Take notes on videos est une extension Chrome développée par https://annotate.tv, et sa fonction principale est "Take timestamped notes easily while watching videos".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Annotate.tv: Take notes on videos

Téléchargez les fichiers d'extension Annotate.tv: Take notes on videos 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

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

Informations de Base sur l'Extension

Nom Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
URL Officiel https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
Description Take timestamped notes easily while watching videos
Taille du Fichier 7.3 KB
Nombre d'Installations 2,194
Version Actuelle 0.0.0.6
Dernière Mise à Jour 2022-09-13
Date de Publication 2020-08-13
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://annotate.tv
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://annotate.tv
Langues Prises en Charge 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"
    }
}