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