Mage

Your own magical AI sidekick for the web

ما هو Mage؟

Mage هو إضافة Chrome تم تطويرها بواسطة https://usemage.com، والميزة الرئيسية لها هي "Your own magical AI sidekick for the web".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Mage

قم بتنزيل ملفات الامتداد Mage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة سياسة الخصوصية 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": []
        }
    ]
}