Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

Apa itu Annotate.tv: Take notes on videos?

Annotate.tv: Take notes on videos adalah ekstensi Chrome yang dikembangkan oleh https://annotate.tv, dan fitur utamanya adalah "Take timestamped notes easily while watching videos".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Annotate.tv: Take notes on videos

Unduh file ekstensi Annotate.tv: Take notes on videos dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Annotate.tv: Take notes on videos Annotate.tv: Take notes on videos
ID mepbiloikmgpehamobkanmcllidclden
URL Resmi https://chromewebstore.google.com/detail/annotatetv-take-notes-on/mepbiloikmgpehamobkanmcllidclden
Deskripsi Take timestamped notes easily while watching videos
Ukuran File 7.3 KB
Jumlah Instalasi 2,194
Versi Saat Ini 0.0.0.6
Terakhir Diperbarui 2022-09-13
Tanggal Publikasi 2020-08-13
Penilaian 5.00/5 Total 10 Penilaian
Pengembang https://annotate.tv
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://annotate.tv
Bahasa yang Didukung 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"
    }
}