Transnote - Video Notes for YouTube

This is the official extension for Transnote

Transnote - Video Notes for YouTubeคืออะไร?

Transnote - Video Notes for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://transnote.co และคุณลักษณะหลักของมันคือ "This is the official extension for Transnote"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transnote - Video Notes for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Transnote - Video Notes for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Transnote helps you to tag and store video notes by timestamps, while watching video on the same page. A simple, effortless experience to recall and share video references within a few clicks.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Transnote - Video Notes for YouTube Transnote - Video Notes for YouTube
ID cdggbakccncnbjlfobchjmkjgbonmoie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/transnote-video-notes-for/cdggbakccncnbjlfobchjmkjgbonmoie
คำอธิบาย This is the official extension for Transnote
ขนาดไฟล์ 6.04 MB
จำนวนการติดตั้ง 1,387
เวอร์ชันปัจจุบัน 0.5.2
อัปเดตครั้งล่าสุด 2020-06-06
วันที่เผยแพร่ 2020-06-06
คะแนน 3.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://transnote.co
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Transnote - Video Notes for YouTube",
    "description": "This is the official extension for Transnote",
    "version": "0.5.2",
    "icons": {
        "16": ".\/assets\/transnote-16.png",
        "48": ".\/assets\/transnote-48.png",
        "128": ".\/assets\/icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.gstatic.com\/firebasejs\/7.9.3\/firebase-app.js",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "https:\/\/www.youtube.com\/"
            ],
            "js": [
                ".\/content.bundle.js"
            ],
            "css": [
                ".\/content\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        ".\/content\/component.js"
    ],
    "background": {
        "scripts": [
            ".\/background.bundle.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+N",
                "mac": "Alt+Shift+N",
                "chromeos": "Alt+Shift+N",
                "linux": "Alt+Shift+N"
            }
        }
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Transnote Extension"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "oauth2": {
        "client_id": "665646200731-c5v3r0v0eo5gr8k852242rbfuu7gfltp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}