GptGO - ChatGPT from any tab

Highlight. Open. Search. It's that easy.

GptGO - ChatGPT from any tabคืออะไร?

GptGO - ChatGPT from any tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GptGO และคุณลักษณะหลักของมันคือ "Highlight. Open. Search. It's that easy."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GptGO - ChatGPT from any tab

ดาวน์โหลดไฟล์ส่วนขยาย GptGO - ChatGPT from any tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Never leave your tab to search something on ChatGPT again! GptGO allows you to search anything on ChatGPT in an instant! With our Quick Search feature and lightweight popup, you can boost your browser and elevate your study productivity. See the video above for a full demo of the features.

GptGO version 3.0 is here!!!! Some exciting new features are:
- You can now start a new chat and view your search history from the popup
- New support for ChatGPT's API
- Up to 20% faster search times
- Fixed errors that caused GptGO to be unstable at times

***Important Disclaimer: 
Some of GptGO's promotional videos highlight it's speed and objective accuracy by solving multiple choice questions. The questions in these videos hold no academic merit and are meant to only be a demonstration of the Extension's capabilities. GptGO does not support any form of cheating including but not limited to plagiarism, impersonation, or illegal use of online resources. Users are not permitted to use GptGO for any purpose that may result in academic dishonesty. The user assumes full responsibility for their actions and any consequences that may arise as a result of using GptGO in an
unethical or illegal manner.

***Privacy Policy:
Click on "Privacy Policy" under the Developer section to learn more.                    

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

ชื่อ GptGO - ChatGPT from any tab GptGO - ChatGPT from any tab
ID oeekolihnpojdigebjbhnkhbepjdoidi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gptgo-chatgpt-from-any-ta/oeekolihnpojdigebjbhnkhbepjdoidi
คำอธิบาย Highlight. Open. Search. It's that easy.
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 40,734
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-03-17
วันที่เผยแพร่ 2023-02-13
คะแนน 3.29/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา GptGO
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gptgo-privacy-policy.web.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GptGO - ChatGPT from any tab",
    "description": "Highlight. Open. Search. It's that easy.",
    "version": "3.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "GptGO - ChatGPT from any tab",
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "192": "images\/logo192.png",
            "512": "images\/logo512.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "192": "images\/logo192.png",
        "512": "images\/logo512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_page": "options\/options.html"
}