WebExtension.net
WebExtension.net

WebSage - AI Browser Extension

View on Chrome Web Store
View WebSage - AI Browser Extension Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Generate summary and explanation of webpages using OpenAI's GPT-4o and GPT-4o mini models. Use custom prompts to do more.
Type
Extension
Users
32 users
1
BrowserNative
View author page of BrowserNative
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 14, 2024
Version 0.1.0
Manifest version
3
Updated
Updated on November 14, 2024
View on Chrome Web Store
View WebSage - AI Browser Extension Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebSage - AI Browser Extension",
    "short_name": "WebSage",
    "version": "0.1.0",
    "description": "Generate summary and explanation of webpages using OpenAI's GPT-4o and GPT-4o mini models. Use custom prompts to do more.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "sidePanel"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options\/options.html",
    "action": {
        "default_title": "WebSage",
        "default_icon": {
            "16": "static\/icon-16.png",
            "32": "static\/icon-32.png",
            "48": "static\/icon-48.png",
            "128": "static\/icon-128.png"
        }
    },
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+I"
            }
        }
    },
    "homepage_url": "https:\/\/browsernative.com\/websage-chatgpt-chrome-extension\/",
    "side_panel": {
        "default_path": "\/sidepanel\/sidepanel.html"
    },
    "minimum_chrome_version": "114"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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