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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}