GPT toolset

ChatGPT tools, easy and free

Что такое GPT toolset?

GPT toolset - это расширение Chrome, разработанное postor, и его основная функция - "ChatGPT tools, easy and free".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения GPT toolset

Скачайте файлы расширений GPT toolset в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ChatGPT tools, easy and free!

You can translate text, generate story,  with simple selecting texts on web page, and this tool can bring you to ChatGPT chat page and construct question and ask ChatGPT. You just need to wait for some seconds.

And you can do much more than that, with custom prompts!                    

Основная информация о расширении

Название GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
Официальный URL https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
Описание ChatGPT tools, easy and free
Размер файла 458 KB
Количество установок 26
Текущая Версия 1.2.1
Последнее Обновление 2023-03-21
Дата публикации 2023-03-15
Разработчик postor
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/postor/chrome-extension-gpt-toolset
URL страницы помощи https://github.com/postor/chrome-extension-gpt-toolset/issues/new
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT toolset",
    "description": "ChatGPT tools, easy and free",
    "version": "1.2.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "input_components": [
        {
            "name": "Test IME",
            "type": "ime",
            "id": "test",
            "description": "Test IME",
            "language": "en-US",
            "layouts": [
                "us::eng"
            ]
        }
    ]
}