Transnote - Video Notes for YouTube

This is the official extension for Transnote

什麼是Transnote - Video Notes for YouTube?

Transnote - Video Notes for YouTube是由https://transnote.co開發的Chrome擴展程式,該擴展的主要功能是“This is the official extension for Transnote”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Transnote - Video Notes for YouTube擴展crx文件

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