Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

什么是Annotate.tv: Take notes on videos?

Annotate.tv: Take notes on videos是由https://annotate.tv开发的Chrome扩展程序,该扩展的主要功能是“Take timestamped notes easily while watching videos”。

扩展截图

screenshot

下载Annotate.tv: Take notes on videos扩展crx文件

下载Annotate.tv: Take notes on videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
官方URL https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
简介 Take timestamped notes easily while watching videos
文件大小 7.3 KB
安装次数 2,194
当前版本 0.0.0.6
更新时间 2022-09-13
上架时间 2020-08-13
评分 5.00/5 共10次评分
开发者 https://annotate.tv
电子邮箱 [email protected]
付费类型 free
扩展官网 https://annotate.tv
支持的语言 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"
    }
}