WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Pic2Text Pro - Copy Text from Images and Screenshots

Pic2Text Pro - Copy Text from Images and Screenshots

View on Chrome Web Store
View Pic2Text Pro - Copy Text from Images and Screenshots Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
21 views
This extension has been viewed 21 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Copy Text from Images and Screenshots
Type
Extension
Users
59 users
3
oneclickapps
View author page of oneclickapps
Published
Published on January 28, 2025
Version 1.6
Manifest version
3
Updated
Updated on January 28, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Pic2Text Pro - Copy Text from Images and Screenshots Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pic2Text Pro - Copy Text from Images and Screenshots",
    "version": "1.6",
    "description": "Copy Text from Images and Screenshots",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/cdnjs.cloudflare.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon48.png",
            "48": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon48.png",
        "48": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "lib\/fontawesome.min.css",
                "inject\/inject.css"
            ],
            "js": [
                "inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "engine\/*",
                "tesseract\/*",
                "inject\/*",
                "lib\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "payment\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top