Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

Was ist Annotate.tv: Take notes on videos?

Annotate.tv: Take notes on videos ist eine Chrome-Erweiterung, die von https://annotate.tv entwickelt wurde, und ihr Hauptmerkmal ist "Take timestamped notes easily while watching videos".

Erweiterungsscreenshots

screenshot

Annotate.tv: Take notes on videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Annotate.tv: Take notes on videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
Offizielle URL https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
Beschreibung Take timestamped notes easily while watching videos
Dateigröße 7.3 KB
Installationsanzahl 2,194
Aktuelle Version 0.0.0.6
Letztes Update 2022-09-13
Veröffentlichungsdatum 2020-08-13
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://annotate.tv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://annotate.tv
Unterstützte Sprachen 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"
    }
}