CodeUI - Copy text from vidoes and pdfs

Copy text from image, vidoes and pdfs

CodeUI - Copy text from vidoes and pdfsคืออะไร?

CodeUI - Copy text from vidoes and pdfs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codeui.co.in และคุณลักษณะหลักของมันคือ "Copy text from image, vidoes and pdfs"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeUI - Copy text from vidoes and pdfs

ดาวน์โหลดไฟล์ส่วนขยาย CodeUI - Copy text from vidoes and pdfs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing the ultimate tool for extracting text from any type of media - our CodeUI Chrome Extension! Whether you're dealing with an image, a video, or a PDF, our extension makes it easy to extract the text you need. With a simple click, you can quickly and easily select the text you want to extract and copy it to your clipboard.

The extension is perfect for students and professionals alike. Students can use it to easily extract quotes from research articles and PDFs, while professionals can use it to extract text from images and videos for use in presentations and reports.

The CodeUI Chrome Extension is lightweight, user-friendly, and offers lightning-fast text extraction. It's compatible with all major browsers and works seamlessly with other apps and software.

Don't waste time manually typing out text from images, videos, and PDFs - download the CodeUI Chrome Extension now and start extracting text in seconds!"                    

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

ชื่อ CodeUI - Copy text from vidoes and pdfs CodeUI - Copy text from vidoes and pdfs
ID ogofgdciigpmncnkameolnkpnnlfhkap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codeui-copy-text-from-vid/ogofgdciigpmncnkameolnkpnnlfhkap
คำอธิบาย Copy text from image, vidoes and pdfs
ขนาดไฟล์ 62.18 KB
จำนวนการติดตั้ง 3,096
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2023-10-19
วันที่เผยแพร่ 2023-01-29
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://codeui.co.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://codeui.co.in/
URL หน้านโยบายความเป็นส่วนตัว https://aspiring-line-56c.notion.site/Privacy-Policy-3da1996378954f9bb8c1f6ecab8174e0
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CodeUI - Copy text from vidoes and pdfs",
    "version": "0.0.4",
    "description": "Copy text from image, vidoes and pdfs",
    "action": {
        "default_title": "CodeUI - Now Copy text from image, vidoes and pdfs"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/Jcrop.gif",
                "\/images\/pixel.png",
                "images\/icon16.png",
                "images\/icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "scripting"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "vendor\/tesseract.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}