GPTBrowser ChatGPT for website, PDF & Youtube

Supercharge your browsing with ChatGPT on every page

GPTBrowser ChatGPT for website, PDF & Youtubeคืออะไร?

GPTBrowser ChatGPT for website, PDF & Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Clament John และคุณลักษณะหลักของมันคือ "Supercharge your browsing with ChatGPT on every page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GPTBrowser ChatGPT for website, PDF & Youtube

ดาวน์โหลดไฟล์ส่วนขยาย GPTBrowser ChatGPT for website, PDF & Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What is GPTBrowser Web Assistant?
GPTBrowser brings the intelligence of ChatGPT to any website you visit. Designed to understand, summarize, and assist, this extension revolutionizes your browsing experience by offering smart, contextual support right when you need it.

Key Features:
Context-Aware Conversations: GPTBrowser understands the webpage you're on, giving you relevant answers and support.

Intelligent Summaries: Get quick, coherent summaries of long articles, papers, or webpages with just one command.

Dynamic Search: Need to find something specific? Ask ChatGPT to search through the webpage content and receive pinpointed information instantly.

Past Conversation Memory: Don't want to repeat yourself? This extension retains the context of past conversations, making your interactions smoother and more efficient.

How Does it Work?
Install the Extension: Simply add GPTBrowser to Chrome.

Activate with a Click: Turn on the extension on any webpage you'd like assistance with.

Ask Away: Whether you need a summary, search, or just have a question—ChatGPT is there to assist you, right inside your browser.

Why Choose GPTBrowser?
Efficiency: Save time and energy by getting the information you need, when you need it.

User-Friendly: Intuitive design makes it easy for anyone to use, from tech-savvy millennials to computer novices.

Enhance your browsing experience like never before. Try GPTBrowser today!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GPTBrowser ChatGPT for website, PDF & Youtube GPTBrowser ChatGPT for website, PDF & Youtube
ID ibnligmfbdagpcnadfoghlahbjnjobge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gptbrowser-chatgpt-for-we/ibnligmfbdagpcnadfoghlahbjnjobge
คำอธิบาย Supercharge your browsing with ChatGPT on every page
ขนาดไฟล์ 6.51 MB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2023-09-23
ผู้พัฒนา Clament John
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTBrowser ChatGPT for website, PDF & Youtube",
    "short_name": "GPTBrowser",
    "version": "0.0.7",
    "description": "Supercharge your browsing with ChatGPT on every page",
    "author": "Clament John",
    "homepage_url": "https:\/\/gptbrowser.co",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": "logo-48.png",
        "default_title": "Click for GPTBrowser AI chat & notes"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png",
        "240": "logo-240.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "sidePanel",
        "tabs",
        "offscreen"
    ],
    "optional_host_permissions": [
        ""
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ]
}