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 https://codeui.co.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy text from image, vidoes and pdfs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CodeUI - Copy text from vidoes and pdfs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}