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
Eメール [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"
    }
}