Copy Text from Videos

The ultimate OCR tool for copying text from Videos, Images and Live Meetings.

Copy Text from Videosとは何ですか?

Copy Text from Videosはhttps://apps.livepolls.appによって開発されたChromeの拡張機能で、その主な機能は「The ultimate OCR tool for copying text from Videos, Images and Live Meetings.」です。

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

screenshot

Copy Text from Videos拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tired of typing out text trapped inside of videos? Copy Text from Videos lets you easily copy on-screen text directly from any video and Live Meetings. 

Copy notes from lectures, code from tutorials, links from social media videos, or even handwritten text in seconds.

It supports detecting text in 50+ languages including English, Hindi, Turkish, French, Spanish and many more.

We works on all video sites, You can even use it on local video files by simply dragging and dropping the video file into the Chrome browser.It a must-have for students and professionals participating in online classes and video-based learning.

1. Pause the video and click the toggle in the top left
The toggle will not show up until the video is paused.

2. Click and drag while holding the mouse down to select and copy the text
The text will automatically get copied to your clipboard. Paste the text as normal using ctrl+v (windows) or cmd+v (mac).

🔹Privacy Policy 

By design, your data stays at all times on your Google account, never saved in our database. Your data aren’t shared with anyone, including the add-on owner. 
We complies with privacy laws (especially GDPR & California Privacy Act) to protect your data.                    

拡張機能の基本情報

名前 Copy Text from Videos Copy Text from Videos
ID djbbokpfbbipcdnodgadkidppckgajgp
公式URL https://chromewebstore.google.com/detail/copy-text-from-videos/djbbokpfbbipcdnodgadkidppckgajgp
説明 The ultimate OCR tool for copying text from Videos, Images and Live Meetings.
ファイルサイズ 352 KB
インストール数 269
現在のバージョン 1.3
最終更新日 2024-03-06
公開日 2024-01-26
評価 5.00/5 合計 5 レビュー
開発者 https://apps.livepolls.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.livepolls.app/apps?from=chrome
ヘルプページのURL https://www.livepolls.app/support
プライバシーポリシーページのURL https://www.livepolls.app/privacy
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/16.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    },
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "storage",
        "browsingData",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "polyfills\/browser-polyfill.min.js",
                "jquery\/jquery-3.5.1.min.js",
                "jquery\/jquery-ui.min.js",
                "arrive\/arrive.min.js",
                "lodash\/lodash.min.js",
                "selectable\/selectable.js",
                "config.js",
                "common.js",
                "settingsManager.js",
                "login.js",
                "limit.js",
                "review.js",
                "content.js",
                "shortcut.js",
                "iframeListener.js",
                "screenshot.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.selectext.app\/*"
            ],
            "js": [
                "polyfills\/browser-polyfill.min.js",
                "siteListener.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "selectext",
        "default_icon": {
            "16": "\/images\/16.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/image.svg",
                "images\/copy.svg",
                "images\/camera.svg",
                "images\/128.png",
                "images\/selectext-128-icon.png",
                "login.html",
                "limit.html",
                "review.html",
                "shadow.css",
                "login.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "copy-text-from-video": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Copy Text from Video"
        },
        "copy-video-screenshot": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Copy Video Screenshot"
        }
    }
}