GPT Sidebar - Search with ChatGPT

Make ChatGPT search responses on Google, Bing, etc. Access to GPT-4 and Summary feature. Sidebar AI assistant everywhere.

GPT Sidebar - Search with ChatGPT là gì?

GPT Sidebar - Search with ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi https://opengpt-web.com, và tính năng chính của nó là "Make ChatGPT search responses on Google, Bing, etc. Access to GPT-4 and Summary feature. Sidebar AI assistant everywhere.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GPT Sidebar - Search with ChatGPT

Tải xuống các tệp mở rộng GPT Sidebar - Search with ChatGPT 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

                        ChatGPT for Chrome extension enables users to utilize the power of ChatGPT alongside popular search engines like Google, Bing, DuckDuckGo, and others. 

This innovative extension functions by displaying Chat GPT response alongside regular search engine results, allowing users to gain additional insights and perspectives on their searches.

The Chat GPT Sidebar extension offers various impressive features, including compatibility with all commonly used search engines, access to the official OpenAI API, and the ability to access ChatGPT directly from the extension's popup. 

Additionally, users can enhance their reading experience through the extension's markdown rendering and code highlighting capabilities. The dark mode feature ensures comfortable browsing in low light environments.

What makes this extension particularly convenient is its user-friendly nature. Users simply need to input their questions or queries, and ChatGPT will leverage its advanced natural language processing capabilities to provide prompt and accurate responses. The assistant is designed to be intuitive and responsive, facilitating quick and easy access to the desired information.

Here are some of the key features of this extension: 

Access via Chrome Browser : Easily access from your browser's extension popup. There is no need to navigate to a separate website or application. 

Code highlights: Can identify and highlight code snippets in your conversation. This makes it easy to read and understand code within the context of your discussion. 

Dark Mode and dark theme: Offers a dark mode option for a more comfortable viewing experience in low-light settings. This can also help reduce eye strain. 

Clipboard copy option: Extension allows you to easily copy text from the conversation to your clipboard. This can be useful for pasting information into other applications or documents. 

Summary: Summarizing websites or YouTube videos is as easy as right-clicking and selecting 'summary'. This GPT-4 powered feature will provide a time-saving summary for your convenience.

Overall, the Sidebar GPT Assistant is an incredibly useful tool for anyone who wants to improve their web browsing experience and get more done in their day.                    

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

Tên GPT Sidebar - Search with ChatGPT GPT Sidebar - Search with ChatGPT
ID gcmemiedfkhgibnmdljhojmgnoimjpcd
URL Chính Thức https://chromewebstore.google.com/detail/gpt-sidebar-search-with-c/gcmemiedfkhgibnmdljhojmgnoimjpcd
Mô tả Make ChatGPT search responses on Google, Bing, etc. Access to GPT-4 and Summary feature. Sidebar AI assistant everywhere.
Kích Thước Tệp 674 KB
Số Lần Cài Đặt 986,070
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2023-04-27
Đánh Giá 4.63/5 Tổng số 338 Đánh Giá
Nhà Phát Triển https://opengpt-web.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://opengpt-web.com/
URL Trang Chính Sách Bảo Mật https://opengpt-web.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "1.0.6",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.bundle.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/default\/icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentScript.bundle.js"
            ],
            "css": [
                "assets\/css\/content.styles.css"
            ],
            "all_frames": true
        }
    ],
    "devtools_page": "devtools\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' fonts.gstatic.com;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf",
                "chrome:\/\/favicon\/*",
                "options\/options.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}