Mage

Your own magical AI sidekick for the web

What is Mage?

Mage is a Chrome extension developed by https://usemage.com, and its main feature is "Your own magical AI sidekick for the web".

Extension Screenshots

screenshot
screenshot
screenshot

Download Mage Extension CRX File

Download Mage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Access multiple different AI models (WITH VISION) in your chrome sidebar. 

Effortlessly integrate ChatGPT and other AI functionalities right into your daily tasks—be it emailing, improving writing, researching the web, or translating text.                    

Extension Basic Information

Name Mage Mage
ID doimpmihjkdfbecokijaioepaedfbhdm
Official URL https://chromewebstore.google.com/detail/mage/doimpmihjkdfbecokijaioepaedfbhdm
Description Your own magical AI sidekick for the web
File Size 1.64 MB
Installation Count 45
Current Version 0.2
Last Updated 2023-12-13
Publish Date 2023-12-02
Developer https://usemage.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://www.chatshape.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mage",
    "version": "0.2",
    "description": "Your own magical AI sidekick for the web",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "devtools_page": "src\/pages\/devtools\/index.html",
    "side_panel": {
        "default_path": "src\/pages\/panel\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "sidePanel",
        "scripting",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}