Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

What is Annotate.tv: Take notes on videos?

Annotate.tv: Take notes on videos is a Chrome extension developed by https://annotate.tv, and its main feature is "Take timestamped notes easily while watching videos".

Extension Screenshots

screenshot

Download Annotate.tv: Take notes on videos Extension CRX File

Download Annotate.tv: Take notes on videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
Official URL https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
Description Take timestamped notes easily while watching videos
File Size 7.3 KB
Installation Count 2,194
Current Version 0.0.0.6
Last Updated 2022-09-13
Publish Date 2020-08-13
Rating 5.00/5 Total 10 Ratings
Developer https://annotate.tv
Email [email protected]
Payment Type free
Extension Website https://annotate.tv
Supported Languages 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"
    }
}