Quick Text Extraction

This innovative Google Chrome extension empowers users with the ability to extract and interact with text from any webpage,…

Quick Text Extraction란 무엇입니까?

Quick Text Extraction은(는) yulinqwq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This innovative Google Chrome extension empowers users with the ability to extract and interact with text from any webpage,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quick Text Extraction 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This innovative Google Chrome extension empowers users with the ability to extract and interact with text from any webpage, enhancing their browsing and research capabilities.

Key features and reasons to install:

1. Text Extraction from Webpages: Harnessing the power of Optical Character Recognition (OCR), the extension allows users to recognize and extract text from any part of a webpage. This can be especially useful for academic research, data collection, or when dealing with non-editable web text.

2. User-Friendly Selection Tool: Users can easily specify the area of text extraction using intuitive vertical and horizontal lines that can be drawn directly on the webpage. This precise selection tool ensures users extract exactly what they need.

3. Convenient Text Display and Interaction: Extracted text is displayed in a floating box that can be moved and resized according to user preferences. This makes it simple to reference the extracted text while continuing to browse.

4. Clipboard Copy Functionality: With just one click, users can copy the extracted text from the floating box to the clipboard, making it effortless to paste and use the text in other applications or documents.

5. Broad Compatibility: The extension is compatible with all URLs, making it a versatile tool for text extraction across various websites and platforms.

6. Continuous Improvement: The extension is under active development with regular updates aimed at improving user experience and performance. Future updates are planned to move OCR processing to the background for even faster and smoother performance.

By installing this extension, users can enhance their browsing experience, streamline their research process, and interact with web content in a more dynamic and efficient way.                    

확장 프로그램 기본 정보

이름 Quick Text Extraction Quick Text Extraction
ID ifdoagofcglampmghhkbngifighmnopj
공식 URL https://chromewebstore.google.com/detail/quick-text-extraction/ifdoagofcglampmghhkbngifighmnopj
설명 This innovative Google Chrome extension empowers users with the ability to extract and interact with text from any webpage,…
파일 크기 236 KB
설치 횟수 885
현재 버전 1.0
최근 업데이트 2023-08-03
출시 날짜 2023-08-03
평점 1.00/5 총 3 개의 평점
개발자 yulinqwq
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Text Extraction",
    "version": "1.0",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/worker-overwrites.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}