Mage

Your own magical AI sidekick for the web

Mageとは何ですか?

Mageはhttps://usemage.comによって開発されたChromeの拡張機能で、その主な機能は「Your own magical AI sidekick for the web」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Mage拡張機能のCRXファイルをダウンロード

Mage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Mage Mage
ID doimpmihjkdfbecokijaioepaedfbhdm
公式URL https://chromewebstore.google.com/detail/mage/doimpmihjkdfbecokijaioepaedfbhdm
説明 Your own magical AI sidekick for the web
ファイルサイズ 1.64 MB
インストール数 45
現在のバージョン 0.2
最終更新日 2023-12-13
公開日 2023-12-02
開発者 https://usemage.com
Eメール [email protected]
支払い方法 in_app
プライバシーポリシーページのURL https://www.chatshape.com/privacy
対応言語 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": []
        }
    ]
}