Suggesty

Get human-like answers powered by GPT-3 to your Google searches

Suggestyคืออะไร?

Suggesty เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergey Bunas และคุณลักษณะหลักของมันคือ "Get human-like answers powered by GPT-3 to your Google searches"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suggesty

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

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

                        With Suggesty extension, there is no need to scroll through all results pages - you can get the answer straight away.

How does it work?
We send your anonymized Google request to GPT-3 and display its answers on the Google page.

What can I do with that?
- Grammar correction. Type “fix grammar” to correct your sentence.
- Translation. You can easily translate your text into other languages. For example, type “translate to french my name is Nick”
- Recipes. Create a cocktail recipe from the ingredients you have.
- Any other request. Do you need a movie recommendation? Don’t you know how a refrigerator works? Do you need a step-by-step guide on how to achieve something? Just type that, and GPT-3 will cover you!                    

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

ชื่อ Suggesty Suggesty
ID hbiphmiliockggpepniplkkfmnhdihjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/suggesty/hbiphmiliockggpepniplkkfmnhdihjh
คำอธิบาย Get human-like answers powered by GPT-3 to your Google searches
ขนาดไฟล์ 12.36 KB
จำนวนการติดตั้ง 3,351
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-11-26
วันที่เผยแพร่ 2022-08-24
คะแนน 4.20/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Sergey Bunas
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://replai.so/privacy_policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suggesty",
    "description": "Get human-like answers powered by GPT-3 to your Google searches",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.google.com\/search*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}