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
官方網址 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"
    }
}