DashAI - ChatGPT on Every Webpage

Instant access to ChatGPT on every webpage

什么是DashAI - ChatGPT on Every Webpage?

DashAI - ChatGPT on Every Webpage是由BirdNinja开发的Chrome扩展程序,该扩展的主要功能是“Instant access to ChatGPT on every webpage”。

扩展截图

screenshot

下载DashAI - ChatGPT on Every Webpage扩展crx文件

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

扩展使用说明

                        ChatGPT access on every webpage. Chat on the side, highlight and execute commands, generate AI content in textfields and more.                    

扩展基本信息

名称 DashAI - ChatGPT on Every Webpage DashAI - ChatGPT on Every Webpage
ID kccnongminphpdehepbcgmmbkpglgdoh
官方URL https://chromewebstore.google.com/detail/dashai-chatgpt-on-every-w/kccnongminphpdehepbcgmmbkpglgdoh
简介 Instant access to ChatGPT on every webpage
文件大小 399 KB
安装次数 47
当前版本 1.0.6
更新时间 2023-08-05
上架时间 2023-05-21
评分 3.00/5 共2次评分
开发者 BirdNinja
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.dashai.xyz
帮助页面URL https://www.dashai.xyz
隐私政策页面URL https://www.birdninja.io/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DashAI - ChatGPT on Every Webpage",
    "version": "1.0.6",
    "description": "Instant access to ChatGPT on every webpage",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index-b15a1a90.js"
            ],
            "css": [
                "content\/styling.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "pages\/popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/index-1767ce8b.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}