TextGrab
Copy text from videos, images and live meetings! Grabbing text has never been easier!
TextGrabとは何ですか?
TextGrabはhttps://www.textgrab.ioによって開発されたChromeの拡張機能で、その主な機能は「Copy text from videos, images and live meetings! Grabbing text has never been easier!」です。
拡張機能のスクリーンショット
TextGrab拡張機能のCRXファイルをダウンロード
TextGrab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 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]!
拡張機能の基本情報
名前 | |
ID | kbdckoabalhppclkadhabohnoihdbnja |
公式URL | https://chromewebstore.google.com/detail/textgrab/kbdckoabalhppclkadhabohnoihdbnja |
説明 | Copy text from videos, images and live meetings! Grabbing text has never been easier! |
ファイルサイズ | 358 KB |
インストール数 | 43,313 |
現在のバージョン | 0.1.2 |
最終更新日 | 2023-02-06 |
公開日 | 2022-02-01 |
評価 | 3.47/5 合計 95 レビュー |
開発者 | https://www.textgrab.io |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.textgrab.io/ |
ヘルプページのURL | https://www.textgrab.io/contact |
プライバシーポリシーページのURL | https://www.textgrab.io/privacy-policy |
対応言語 | 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" ] } |