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 - это расширение Chrome, разработанное https://apps.livepolls.app, и его основная функция - "The ultimate OCR tool for copying text from Videos, Images and Live Meetings.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Copy Text from Videos

Скачайте файлы расширений 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
Электронная почта [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"
        }
    }
}