Selectext: Copy Text from Videos

Copy text directly from videos on Youtube and any site

Was ist Selectext: Copy Text from Videos?

Selectext: Copy Text from Videos ist eine Chrome-Erweiterung, die von https://selectext.app entwickelt wurde, und ihr Hauptmerkmal ist "Copy text directly from videos on Youtube and any site".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Selectext: Copy Text from Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selectext: Copy Text from Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tired of typing out text trapped inside of videos? Selectext lets you easily copy on-screen text directly from any video.

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

Selectext is designed to speed up your workflow without getting in the way. The video you are watching will be seamlessly enhanced with the ability to copy text - even in full screen. It’s the fastest way to grab the text you want without any unnecessary steps.

Join thousands of other Selectext users to save hours of time every day.

➤ How it works
Simply pause the video and click the Selectext toggle button that comes up in the top left corner. You can then select the text you want from the video and it will be automatically copied to your clipboard. Paste the text anywhere like your favourite note taking app or code editor.

➤ Extra tips
Use the keyboard shortcut instead of clicking the toggle and pausing the video to speed up the process even further - Alt+S on Windows or Option+S on Mac.

Selectext has a customisable menu that allows you to personalise the extension to suit your needs. You can change how the text is displayed, or change how the text is copied to the clipboard. Indentation mode for copying code will preserve the indentation of the code. This is important for programming languages such as Python.

➤ Supported languages and sites
Selectext uses the latest AI Computer Vision (OCR) technology to detect the text in the video.

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

Selectext works on all video sites including Youtube, Udemy, Coursera, Sharepoint, as well as social media sites and university / college lecture recordings. You can even use Selectext on local video files by simply dragging and dropping the video file into the Chrome browser.

➤ Need help?
Check out the tutorial at: https://selectext.app/tutorial

If Selectext isn't working on a video site you use, or if you want a feature to be added, reach out via [email protected] or raise an issue in the 'Support' tab in the Chrome Web Store.                    

Grundlegende Informationen zur Erweiterung

Name Selectext: Copy Text from Videos Selectext: Copy Text from Videos
ID gkkdmjjodidppndkbkhhknakbeflbomf
Offizielle URL https://chromewebstore.google.com/detail/selectext-copy-text-from/gkkdmjjodidppndkbkhhknakbeflbomf
Beschreibung Copy text directly from videos on Youtube and any site
Dateigröße 257 KB
Installationsanzahl 200,000
Aktuelle Version 3.1.12
Letztes Update 2024-02-19
Veröffentlichungsdatum 2020-12-28
Bewertung 4.16/5 Insgesamt 243 Bewertungen
Entwickler https://selectext.app
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://selectext.app
URL der Datenschutzrichtlinien-Seite https://selectext.app/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selectext: Copy Text from Videos",
    "version": "3.1.12",
    "manifest_version": 3,
    "icons": {
        "128": "images\/selectext-128-icon.png"
    },
    "description": "Copy text directly from videos on Youtube and any site",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9Y\/g\/NWMX3bsSGb+xMVNRYPH9wKIyoAwKSks\/jxoLEDJuAdXozEUQENCRoHJ\/HTRnHm8ZyC0mBxwO4AYEZa\/2\/HECQ9Fe2u3oZGAFt\/ycfX\/i9ficcEKgbldxzQc0aepWpQJM2spICB0kkqczNi5p+Qo8OO\/TtZ3hBKh8EoSJaOo\/WI4C8V+NgfE8l0UtOhMArzYlZqCfRH9i8NP6frtYSe7DJMAOq7Rh7aBRkrEL1g6yhImfMXlh2bjIcSDlc2XccKldo6liPSgLl0ykmu9SYuLSikMVBh9jQiiv44Cvu22bdcm5USnBurAIPbrHtYJ64Xn7hW6b2t57O6ZAasrBwIDAQAB",
    "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": "images\/selectext-128-icon.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\/selectext-logo-filled.svg",
                "fonts\/open_sans\/open-sans-v18-latin-800.woff",
                "fonts\/open_sans\/open-sans-v18-latin-regular.woff",
                "fonts\/open_sans\/OpenSans-Bold.woff",
                "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"
        }
    }
}