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
官方網址 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
電子郵箱 [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"
    }
}