SnapText

SnapText is a text genie that can extract text from videos and images, making it easy to copy and paste text from any source.

SnapText क्या है?

SnapText Vineeth TR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SnapText is a text genie that can extract text from videos and images, making it easy to copy and paste text from any source."।

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

screenshot
screenshot
screenshot

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

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

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

                        Introducing SnapText, the ultimate Chrome extension that empowers users to effortlessly extract text from videos and images. Whether you're browsing through popular video platforms like YouTube, Udemy, Coursera, Skillshare, or even delving into university lecture recordings, SnapText has got you covered.

Here are some outstanding features of SnapText:
- Seamless Compatibility: SnapText works seamlessly across all video sites, ensuring a hassle-free text extraction experience.
- Universality: From educational platforms to university lecture recordings, SnapText can handle a wide range of content sources, allowing you to extract text from diverse video and image formats.
- Effortless Access: With SnapText, accessing the extension is quick and effortless. Simply press 'Alt+C' to select the desired text area, streamlining the text extraction process for your convenience.

Unlock the world of hidden text within videos and images with SnapText – the ultimate companion for capturing valuable information.                    

एक्सटेंशन की मूल जानकारी

नाम SnapText SnapText
ID algnfpgicpgjofdofjhfngeeafendmcp
आधिकारिक URL https://chromewebstore.google.com/detail/snaptext/algnfpgicpgjofdofjhfngeeafendmcp
विवरण SnapText is a text genie that can extract text from videos and images, making it easy to copy and paste text from any source.
फ़ाइल का आकार 32.53 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-07-03
प्रकाशन तिथि 2023-07-02
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Vineeth TR
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vineethtrv.github.io/
सहायता पृष्ठ URL https://vineethtrv.github.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SnapText",
    "version": "1.0.0",
    "description": "SnapText is a text genie that can extract text from videos and images, making it easy to copy and paste text from any source.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_title": "Action Button",
        "default_icon": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/icon-128.png",
                "images\/error-icon.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "snapTextStyles.css"
            ],
            "js": [
                "tesseract.min.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "startSelection": {
            "suggested_key": "Alt+C",
            "mac": "Alt+C",
            "description": "Start Selection"
        }
    }
}