BrowserGPT

An AI Sidekick In Your Browser.

BrowserGPT là gì?

BrowserGPT là một tiện ích mở rộng Chrome được phát triển bởi sudonymously, và tính năng chính của nó là "An AI Sidekick In Your Browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BrowserGPT

Tải xuống các tệp mở rộng BrowserGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Revolutionize the way you browse the web with BrowserGPT, the ultimate AI-powered browser extension. Say goodbye to endless scrolling and information overload – with BrowserGPT, you'll instantly get summaries of web pages and answers to your questions, all without leaving your browser.

Using BrowserGPT you can...
- Instantly summarize web pages and answer questions on-the-fly with AI-powered technology.
- Generate code from technical docs quickly and easily.
- Learn more efficiently by having a knowledgeable tutor by your side.
- Ask clarifying questions on complex topics while surfing the web.
- Generate posts or replies on social media with ease.
- And many more! The possibilities are endless with BrowserGPT.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BrowserGPT BrowserGPT
ID bndckfkliphkillmckbdjmjmajijomik
URL Chính Thức https://chromewebstore.google.com/detail/browsergpt/bndckfkliphkillmckbdjmjmajijomik
Mô tả An AI Sidekick In Your Browser.
Kích Thước Tệp 1.16 MB
Số Lần Cài Đặt 1,029
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2023-04-07
Ngày Phát Hành 2023-03-20
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển sudonymously
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.browsergpt.ai/
URL Trang Trợ Giúp https://www.browsergpt.ai/
URL Trang Chính Sách Bảo Mật https://www.gptpal.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.0.6",
    "author": "sudo",
    "name": "BrowserGPT",
    "description": "An AI Sidekick In Your Browser.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contents.77d90920.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "contents.7c05c6e1.png",
                "contents.3e96fdc0.css",
                "contents.de12db1a.svg",
                "contents.d4d40255.svg",
                "contents.7edf75a6.svg"
            ]
        }
    ]
}