WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Vision AI Pro - Advanced Screenshot & Analysis

Vision AI Pro - Advanced Screenshot & Analysis

View on Chrome Web Store
View Vision AI Pro - Advanced Screenshot & Analysis Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

Advanced screenshot capture with AI analysis and direct AI chat. Supports OpenAI, Claude, and Gemini for visual analysis.
Type
Extension
Users
2 users
2
freelancer4college2work
View author page of freelancer4college2work
Published
Published on June 29, 2025
Version 2.0
Manifest version
3
Updated
Updated on June 29, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Vision AI Pro - Advanced Screenshot & Analysis 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": "Vision AI Pro - Advanced Screenshot & Analysis",
    "version": "2.0",
    "description": "Advanced screenshot capture with AI analysis and direct AI chat. Supports OpenAI, Claude, and Gemini for visual analysis.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*",
        "https:\/\/api.anthropic.com\/*",
        "https:\/\/generativelanguage.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Vision AI Pro"
    },
    "commands": {
        "capture-full": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            },
            "description": "Capture full page screenshot"
        },
        "capture-region": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "Command+Shift+R"
            },
            "description": "Capture region screenshot"
        },
        "capture-element": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Capture element screenshot"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "assets\/*",
                "privacy-policy.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 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