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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://annotate.tv และคุณลักษณะหลักของมันคือ "Take timestamped notes easily while watching videos"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Annotate.tv: Take notes on videos

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}