Mage

Your own magical AI sidekick for the web

Apa itu Mage?

Mage adalah ekstensi Chrome yang dikembangkan oleh https://usemage.com, dan fitur utamanya adalah "Your own magical AI sidekick for the web".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Mage

Unduh file ekstensi Mage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Mage Mage
ID doimpmihjkdfbecokijaioepaedfbhdm
URL Resmi https://chromewebstore.google.com/detail/mage/doimpmihjkdfbecokijaioepaedfbhdm
Deskripsi Your own magical AI sidekick for the web
Ukuran File 1.64 MB
Jumlah Instalasi 45
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-12-13
Tanggal Publikasi 2023-12-02
Pengembang https://usemage.com
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://www.chatshape.com/privacy
Bahasa yang Didukung 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": []
        }
    ]
}