Moonbeam AI

Moonbeam's AI helper extension for Chrome

什么是Moonbeam AI?

Moonbeam AI是由https://gomoonbeam.com开发的Chrome扩展程序,该扩展的主要功能是“Moonbeam's AI helper extension for Chrome”。

扩展截图

screenshot

下载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 Moonbeam AI
ID cnleompgldclnmbijbcppkiaigdjohjl
官方URL 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:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    },
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}