Text From PRO

Copy text from images videos PDFs YouTube Google Books protected docs web pages. Copy, grab, extract text for best productivity.

Text From PROคืออะไร?

Text From PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://textfrompro.com และคุณลักษณะหลักของมันคือ "Copy text from images videos PDFs YouTube Google Books protected docs web pages. Copy, grab, extract text for best productivity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text From PRO

ดาวน์โหลดไฟล์ส่วนขยาย Text From PRO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing "TextFrom PRO" – The Ultimate Text Copy Chrome Extension

Text From PRO is a cutting-edge browser extension that revolutionizes the way you extract text from various sources across the web. With its AI-powered capabilities, it enables seamless text copying from any webpage, making it an indispensable tool for researchers, writers, e-commerce professionals, dropshippers, and anyone working with digital content.

Unleash the Power of AI:

TextFrom PRO harnesses the power of artificial intelligence to effortlessly extract text from a multitude of sources, providing you with quick and accurate results. Whether it's text from videos, YouTube content, protected websites, Google Books, PDF documents, or even locked Google Docs, this extension tackles them all with ease.

Effortless Text Extraction:

Gone are the days of tedious manual transcription or endless copying and pasting. With TextFrom PRO, you can simply activate the extension and watch as it swiftly captures the desired text from virtually any online resource. From image captions to subtitles, insightful quotes to critical information, extracting text has never been easier.

Enhanced Productivity:

By streamlining the text extraction process, Text From PRO empowers you to focus on what truly matters – your work. Spend less time on repetitive tasks and more time on analysis, writing, or creative endeavors. This extension seamlessly integrates into your browser, delivering efficiency and boosting your productivity to new heights.

Unrestricted Access:

Unlock the full potential of your browsing experience with Text From PRO. Extract text from protected websites, Google Books, and locked Google Docs effortlessly. No longer limited by access restrictions, you can delve into the valuable insights and knowledge hidden within these platforms.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text From PRO Text From PRO
ID aikddpkehjfmhgjkbkicaeikmmkklhfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-from-pro/aikddpkehjfmhgjkbkicaeikmmkklhfd
คำอธิบาย Copy text from images videos PDFs YouTube Google Books protected docs web pages. Copy, grab, extract text for best productivity.
ขนาดไฟล์ 285 KB
จำนวนการติดตั้ง 3,377
เวอร์ชันปัจจุบัน 2.0.0.3
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2023-06-02
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://textfrompro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://textfrompro.com
ภาษาที่รองรับ de,en,fr,tr,es,pt-BR,pt-PT,ru,uk,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "2.0.0.3",
    "version_name": "2.0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "text-detector\/all-page-inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/32-on.png",
            "24": "\/images\/32.png",
            "32": "\/images\/32-on.png",
            "48": "\/images\/64.png",
            "128": "\/images\/128.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "\/images\/32-on.png",
        "24": "\/images\/32.png",
        "32": "\/images\/32.png",
        "48": "\/images\/64.png",
        "128": "\/images\/128.png"
    }
}