TextGrab

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

TextGrab là gì?

TextGrab là một tiện ích mở rộng Chrome được phát triển bởi https://www.textgrab.io, và tính năng chính của nó là "Copy text from videos, images and live meetings! Grabbing text has never been easier!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TextGrab

Tải xuống các tệp mở rộng TextGrab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🚀 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]!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TextGrab TextGrab
ID kbdckoabalhppclkadhabohnoihdbnja
URL Chính Thức https://chromewebstore.google.com/detail/textgrab/kbdckoabalhppclkadhabohnoihdbnja
Mô tả Copy text from videos, images and live meetings! Grabbing text has never been easier!
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 43,313
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2023-02-06
Ngày Phát Hành 2022-02-01
Đánh Giá 3.47/5 Tổng số 95 Đánh Giá
Nhà Phát Triển https://www.textgrab.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.textgrab.io/
URL Trang Trợ Giúp https://www.textgrab.io/contact
URL Trang Chính Sách Bảo Mật https://www.textgrab.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}