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"
        }
    }
}