BrowseGPT

Automate your browser with artificial intelligence.

什麼是BrowseGPT?

BrowseGPT是由https://browsegpt.ai開發的Chrome擴展程式,該擴展的主要功能是“Automate your browser with artificial intelligence.”。

擴展截圖

screenshot
screenshot
screenshot

下載BrowseGPT擴展crx文件

下載BrowseGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Give BrowseGPT instructions like "Find a place to stay in Seattle on February 22nd" or "buy a children's book on Amazon", and it will use artificial intelligence to attempt to complete the task for you. BrowseGPT uses OpenAI's GPT-3 model to process web pages and issue commands like CLICK, ENTER_TEXT or NAVIGATE.

Is it useful? Sort of... sometimes it will get stuck in a loop, click on the wrong thing, or navigate to a URL that 404s. It provides a reason for every decision it makes so you can help it correct course if necessary.

⚠️ This is an experimental extension and should be used with caution. Don't use this on pages with private information, or pages where taking the wrong action could cause a serious problem. ⚠️                    

擴展基本資訊

名稱 BrowseGPT BrowseGPT
ID gpcljmgannpkbohdomdibbbngpphkemd
官方網址 https://chromewebstore.google.com/detail/browsegpt/gpcljmgannpkbohdomdibbbngpphkemd
簡介 Automate your browser with artificial intelligence.
檔案大小 3.37 MB
安裝次數 1,620
目前版本 2.0
更新時間 2023-03-21
上架時間 2023-01-28
評分 4.00/5 共 5 次評分
開發者 https://browsegpt.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://browsegpt.ai
說明頁面URL https://browsegpt.ai
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowseGPT",
    "description": "Automate your browser with artificial intelligence.",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}