WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image to Text

Image to Text

View on Chrome Web Store
View Image to Text Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Image to Text: Effortlessly transform visuals into editable content with the ultimate image to text converter! 🚀
Type
Extension
Users
37 users
4
Margoapps
View author page of Margoapps
Published
Published on April 4, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on April 4, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Image to Text 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,
    "version": "1.0.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/mathsolver.cloud\/welcome\/",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab",
        "sidePanel",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "24": "img\/icon_24.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "overlay.css"
            ],
            "run_at": "document_idle",
            "type": "module"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cropper.min.css",
                "cropper.min.js",
                "offscreen.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_title": "Click to open panel"
    },
    "externally_connectable": {
        "matches": [
            "<all_urls>"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "oauth2": {
        "client_id": "607192679036-7clepq2583bk0cso878o7tmev6sv4r2l.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    }
}
© 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