Moonbeam AI
Moonbeam's AI helper extension for Chrome
什麼是Moonbeam AI?
Moonbeam AI是由https://gomoonbeam.com開發的Chrome擴展程式,該擴展的主要功能是“Moonbeam's AI helper extension for Chrome”。
擴展截圖
下載Moonbeam AI擴展crx文件
下載Moonbeam AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Moonbeam's AI Helper is an extension for Chrome that makes it easier to get things done quickly and efficiently. It helps you automate tasks, find information quickly, and manage your workflows with its powerful AI-powered assistant. With Moonbeam, you can: - Summarize any webpage with one click - Generate text all over the web just like you can in Moonbeam - Create powerful workflows to help you get things done faster
擴展基本資訊
名稱 | Moonbeam AI |
ID | cnleompgldclnmbijbcppkiaigdjohjl |
官方網址 | https://chromewebstore.google.com/detail/moonbeam-ai/cnleompgldclnmbijbcppkiaigdjohjl |
簡介 | Moonbeam's AI helper extension for Chrome |
檔案大小 | 176 KB |
安裝次數 | 409 |
目前版本 | 0.0.6 |
更新時間 | 2023-01-12 |
上架時間 | 2022-12-22 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://gomoonbeam.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gomoonbeam.com |
說明頁面URL | https://gomoonbeam.com |
隱私政策頁面URL | https://www.gomoonbeam.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moonbeam AI", "version": "0.0.6", "description": "Moonbeam's AI helper extension for Chrome", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |