Suggesty

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

Suggesty क्या है?

Suggesty Sergey Bunas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get human-like answers powered by GPT-3 to your Google searches"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Suggesty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}