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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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": []
        }
    ]
}