Copy Text from Videos

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

Vad är Copy Text from Videos?

Copy Text from Videos är en Chrome-tillägg utvecklad av https://apps.livepolls.app, och dess huvudfunktion är "The ultimate OCR tool for copying text from Videos, Images and Live Meetings.".

Tilläggsskärmbilder

screenshot

Ladda ner Copy Text from Videos-förlängningens CRX-fil

Ladda ner Copy Text from Videos-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Copy Text from Videos Copy Text from Videos
ID djbbokpfbbipcdnodgadkidppckgajgp
Officiell webbadress https://chromewebstore.google.com/detail/copy-text-from-videos/djbbokpfbbipcdnodgadkidppckgajgp
Beskrivning The ultimate OCR tool for copying text from Videos, Images and Live Meetings.
Filstorlek 352 KB
Antal Installationer 269
Aktuell Version 1.3
Senast Uppdaterad 2024-03-06
Publiceringsdatum 2024-01-26
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://apps.livepolls.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.livepolls.app/apps?from=chrome
Hjälpsida URL https://www.livepolls.app/support
URL till Sekretesspolicy Sidan https://www.livepolls.app/privacy
Stödda Språk 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"
        }
    }
}