Quixy Toolbox: Free Text Extractor, OCR

Intelligent text extractor | OCR | Extract text from images and Videos.

Quixy Toolbox: Free Text Extractor, OCRคืออะไร?

Quixy Toolbox: Free Text Extractor, OCR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quixy และคุณลักษณะหลักของมันคือ "Intelligent text extractor | OCR | Extract text from images and Videos."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quixy Toolbox: Free Text Extractor, OCR

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

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

                        Imagine you are watching a video or browsing through a few images and like the text you are watching. With this extension, you can capture the text, intelligently process the text and copy the same to your favorite note-taking apps.

Quixy Toolbox intelligently extracts text from images and videos. And it support more than 75 languages.

How to install?
1. Click “Add to Chrome” 
2. Then click “Add extension” in the next popup 


How to use?
1.	Click the Quixy extension icon at the top of your browser window to launch
2.	Select a language of text you wish to extract, Click on Select an area
3.	Using mouse or trackpad, draw a rectangle around the text you wish to extract or process
4.	Processing takes 1-2 seconds and you will have the text available to copy 


About Quixy
Quixy is a No-code digital transformation platform to accelerate business process management (BPM) and workflow automation initiatives.

Note : This extension is free for everyone and do not require Quixy account to explore.

What's New in v0.3.0?
1. Text extraction is now lightening fast
2. No more dependency on cookies and local storage                    

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

ชื่อ Quixy Toolbox: Free Text Extractor, OCR Quixy Toolbox: Free Text Extractor, OCR
ID dmfjonjeonmaoehpjaonkjgfdjanapbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quixy-toolbox-free-text-e/dmfjonjeonmaoehpjaonkjgfdjanapbe
คำอธิบาย Intelligent text extractor | OCR | Extract text from images and Videos.
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 30,796
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2022-08-05
วันที่เผยแพร่ 2022-03-31
คะแนน 4.07/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Quixy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://quixy.com/
URL หน้านโยบายความเป็นส่วนตัว https://quixy.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quixy Toolbox: Free Text Extractor, OCR",
    "description": "Intelligent text extractor | OCR |  Extract text from images and Videos.",
    "version": "0.3.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/quixy16.png",
        "48": "icons\/quixy48.png",
        "128": "icons\/quixy128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/quixy16.png",
            "48": "icons\/quixy48.png",
            "128": "icons\/quixy128.png"
        },
        "default_title": "Quixy Toolbox"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/fonts\/Poppins\/Poppins-Medium.ttf",
                "static\/fonts\/Varela_Round\/VarelaRound-Regular.ttf",
                "static\/fonts\/Rubik\/Rubik-VariableFont_wght.ttf",
                "static\/icons\/Close_Grey.png",
                "static\/icons\/OCR_Black.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/ocr.quixy.com\/perform-ocr"
    ]
}