Video Note & Screenshot

Go to take YouTube notes or screenshot YouTube.

Video Note & Screenshotとは何ですか?

Video Note & ScreenshotはGemoo Inc.によって開発されたChromeの拡張機能で、その主な機能は「Go to take YouTube notes or screenshot YouTube.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Video Note & Screenshot拡張機能のCRXファイルをダウンロード

Video Note & Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This tool helps you take screenshots from a YouTube video and extract text from the video.

Check the main features:

1.Video Transcription 
Transcribe video to text by extracting the subtitles/closed captions.

2.Extract Text from Video Screenshots
Take screenshots from the video and use the OCR function to extract text information from the video's screenshots.

3. Take screenshots from YouTube Video quickly.                    

拡張機能の基本情報

名前 Video Note & Screenshot Video Note & Screenshot
ID miedbfijmibcgjjmhdccocldliepbfng
公式URL https://chromewebstore.google.com/detail/video-note-screenshot/miedbfijmibcgjjmhdccocldliepbfng
説明 Go to take YouTube notes or screenshot YouTube.
ファイルサイズ 16.58 KB
インストール数 5,319
現在のバージョン 1.0.3
最終更新日 2023-08-15
公開日 2023-06-18
評価 5.00/5 合計 1 レビュー
開発者 Gemoo Inc.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gemoo.com/tools/video-note-taking
ヘルプページのURL https://gemoo.com/support/
プライバシーポリシーページのURL https://gemoo.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Note & Screenshot",
    "description": "Go to take YouTube notes or screenshot YouTube.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*.gemoo.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "action": {
        "default_title": "Video Note & Screenshot",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gemoo.com\/*"
            ],
            "css": [
                "assets\/content.css"
            ],
            "js": [
                "my-content-script.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}