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