Mage
Your own magical AI sidekick for the web
什麼是Mage?
Mage是由https://usemage.com開發的Chrome擴展程式,該擴展的主要功能是“Your own magical AI sidekick for the web”。
擴展截圖
下載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 |
ID | doimpmihjkdfbecokijaioepaedfbhdm |
官方網址 | 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": [ " |