TextGrab

Copy text from videos, images and live meetings! Grabbing text has never been easier!

Vad är TextGrab?

TextGrab är en Chrome-tillägg utvecklad av https://www.textgrab.io, och dess huvudfunktion är "Copy text from videos, images and live meetings! Grabbing text has never been easier!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner TextGrab-förlängningens CRX-fil

Ladda ner TextGrab-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

                        🚀 Introducing TextGrab - the ultimate tool for copying text from images, videos, and PDFs 🚀

Transform the way you learn and study with TextGrab - the free and easy-to-use tool for copying text from any source. With our extension, you'll be able to quickly and effortlessly select and copy text from images, videos, and PDFs, saving you hours of time and hassle when taking notes from lecture videos, coding from tutorials, or working on any other text-based project.

🌎 TextGrab is trusted by users in over 140 countries, including Mexico, India, the United States, the Philippines, and Canada. Our platform is designed to save time for thousands of users every day by allowing them to easily copy text from images and videos. With TextGrab, you no longer need to manually type out text from images or videos, saving you an average of 15 minutes per day on your tasks.

📱 In addition to providing a user-friendly interface, TextGrab is compatible with popular platforms like YouTube, Google Meet, Zoom, and Discord, making it a must-have for students and professionals participating in online classes and video-based learning.

To use TextGrab, follow these instructions:

A) 🔳 Full Element Selection

1️⃣ To activate full element selection mode, use the button in the TextGrab extension window, or use the shortcut Alt + C on Windows or Option + C on Mac.
2️⃣ Click the image or video from which you want to select text.
3️⃣ Use your mouse to highlight the text as you would on any website.

B) ✂️ Snip Tool Selection

1️⃣ To activate the snip tool, use the button in the TextGrab extension window, or use the shortcut Alt + T on Windows or Option + T on Mac.
2️⃣ Create a rectangle on the webpage with your cursor to select a portion of the page from which to copy text."

☎️ Contact Us
We're here to help with any questions, comments, or concerns you may have about TextGrab. Email us at [email protected] and we'll get back to you as soon as possible. We value your feedback and want to make TextGrab the best it can be for you. Thanks for choosing TextGrab!

🔐 Privacy:
At TextGrab, we take your privacy seriously and are committed to protecting your data and resources. The only information we collect is completely anonymized and is used solely to improve our extension. You can choose to opt out of sharing this information in the settings menu at any time. Please consult our Privacy Policy on our website for any additional details!

❓Troubleshooting:
- Cannot select a certain image/video? The website may be preventing access to it, or it may be nested in an iFrame (sort of like a website within a website), and it cannot be accessed because of security reasons. Use the Snip Tool to select the text instead!
- If you are having any other issues, please contact [email protected]!                    

Grundläggande Information om Tillägg

Namn TextGrab TextGrab
ID kbdckoabalhppclkadhabohnoihdbnja
Officiell webbadress https://chromewebstore.google.com/detail/textgrab/kbdckoabalhppclkadhabohnoihdbnja
Beskrivning Copy text from videos, images and live meetings! Grabbing text has never been easier!
Filstorlek 358 KB
Antal Installationer 43,313
Aktuell Version 0.1.2
Senast Uppdaterad 2023-02-06
Publiceringsdatum 2022-02-01
Betyg 3.47/5 Totalt 95 Betyg
Utvecklare https://www.textgrab.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.textgrab.io/
Hjälpsida URL https://www.textgrab.io/contact
URL till Sekretesspolicy Sidan https://www.textgrab.io/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TextGrab",
    "version": "0.1.2",
    "manifest_version": 3,
    "description": "Copy text from videos, images and live meetings! Grabbing text has never been easier!",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "TextGrab",
        "default_icon": "icons\/logo48.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "textgrab": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Activates full element selection of text from videos, images and live meetings. Click to confirm selection."
        },
        "textgrab_fallback": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "Activate snip tool to select region of screen"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}