Suggesty

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

Suggesty là gì?

Suggesty là một tiện ích mở rộng Chrome được phát triển bởi Sergey Bunas, và tính năng chính của nó là "Get human-like answers powered by GPT-3 to your Google searches".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Suggesty

Tải xuống các tệp mở rộng Suggesty dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Suggesty Suggesty
ID hbiphmiliockggpepniplkkfmnhdihjh
URL Chính Thức https://chromewebstore.google.com/detail/suggesty/hbiphmiliockggpepniplkkfmnhdihjh
Mô tả Get human-like answers powered by GPT-3 to your Google searches
Kích Thước Tệp 12.36 KB
Số Lần Cài Đặt 3,351
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-11-26
Ngày Phát Hành 2022-08-24
Đánh Giá 4.20/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Sergey Bunas
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://replai.so/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}