AskChatGPT

Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant

AskChatGPTとは何ですか?

AskChatGPTはLGG Hubによって開発されたChromeの拡張機能で、その主な機能は「Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

AskChatGPT拡張機能のCRXファイルをダウンロード

AskChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AskChatGPT integrates ChatGPT with your browser, allowing you to ask questions and get information about the pages you're browsing. Creative prompts streamline research and provide you with the info you need quicker.                    

拡張機能の基本情報

名前 AskChatGPT AskChatGPT
ID odbamckofikpepblkpjfnjibflfgbema
公式URL https://chromewebstore.google.com/detail/askchatgpt/odbamckofikpepblkpjfnjibflfgbema
説明 Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant
ファイルサイズ 937 KB
インストール数 42
現在のバージョン 1.0
最終更新日 2023-03-12
公開日 2023-03-11
開発者 LGG Hub
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://lgghub.com/terms
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AskChatGPT",
    "description": "Use ChatGPT as you browse the web. Get useful info about the pages you're viewing. Think of it as your personal browser assistant",
    "version": "1.0",
    "manifest_version": 3,
    "author": "[email protected]",
    "action": {
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "service_worker": "\/scripts\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    }
}