Beamcast

Boost your productivity with Beamcast and AI!

什么是Beamcast?

Beamcast是由https://beamcast.app开发的Chrome扩展程序,该扩展的主要功能是“Boost your productivity with Beamcast and AI!”。

扩展截图

screenshot

下载Beamcast扩展crx文件

下载Beamcast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ChatGPT at your fingertips, write smarter, code faster and ask  questions quicker. Seamless integration with your favorite browsers.                    

扩展基本信息

名称 Beamcast Beamcast
ID concemeahlknpdkflbogegklpcicofgj
官方URL https://chromewebstore.google.com/detail/beamcast/concemeahlknpdkflbogegklpcicofgj
简介 Boost your productivity with Beamcast and AI!
文件大小 174 KB
安装次数 196
当前版本 0.0.12
更新时间 2024-02-20
上架时间 2023-06-07
评分 5.00/5 共1次评分
开发者 https://beamcast.app
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://beamcast.app
隐私政策页面URL https://beamcast.app/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.12",
    "name": "Beamcast",
    "description": "Boost your productivity with Beamcast and AI!",
    "action": {
        "default_title": "Beamcast"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/beamcast.app\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "120": "icons\/extension-icon-120.png"
    },
    "commands": {
        "toggle-panel": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Toggle the panel in the current tab"
        }
    }
}