TextGrab
Copy text from videos, images and live meetings! Grabbing text has never been easier!
¿Qué es TextGrab?
TextGrab es una extensión de Chrome desarrollada por https://www.textgrab.io, y su función principal es "Copy text from videos, images and live meetings! Grabbing text has never been easier!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TextGrab
Descarga archivos de extensión TextGrab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🚀 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]!
Información Básica de la Extensión
Nombre | |
ID | kbdckoabalhppclkadhabohnoihdbnja |
URL Oficial | https://chromewebstore.google.com/detail/textgrab/kbdckoabalhppclkadhabohnoihdbnja |
Descripción | Copy text from videos, images and live meetings! Grabbing text has never been easier! |
Tamaño del Archivo | 358 KB |
Cantidad de Instalaciones | 43,313 |
Versión Actual | 0.1.2 |
Última Actualización | 2023-02-06 |
Fecha de Publicación | 2022-02-01 |
Calificación | 3.47/5 Total de 95 Calificaciones |
Desarrollador | https://www.textgrab.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.textgrab.io/ |
URL de la Página de Ayuda | https://www.textgrab.io/contact |
URL de la Página de Política de Privacidad | https://www.textgrab.io/privacy-policy |
Idiomas Soportados | 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" ] } |