TextGrab
Copy text from videos, images and live meetings! Grabbing text has never been easier!
What is TextGrab?
TextGrab is a Chrome extension developed by https://www.textgrab.io, and its main feature is "Copy text from videos, images and live meetings! Grabbing text has never been easier!".
Extension Screenshots
Download TextGrab Extension CRX File
Download TextGrab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🚀 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]!
Extension Basic Information
Name | |
ID | kbdckoabalhppclkadhabohnoihdbnja |
Official URL | https://chromewebstore.google.com/detail/textgrab/kbdckoabalhppclkadhabohnoihdbnja |
Description | Copy text from videos, images and live meetings! Grabbing text has never been easier! |
File Size | 358 KB |
Installation Count | 43,313 |
Current Version | 0.1.2 |
Last Updated | 2023-02-06 |
Publish Date | 2022-02-01 |
Rating | 3.47/5 Total 95 Ratings |
Developer | https://www.textgrab.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.textgrab.io/ |
Help Page URL | https://www.textgrab.io/contact |
Privacy Policy Page URL | https://www.textgrab.io/privacy-policy |
Supported Languages | 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" ] } |