Geppetto
This is an extension that you can talk with
Что такое Geppetto?
Geppetto - это расширение Chrome, разработанное STDev, и его основная функция - "This is an extension that you can talk with".
Снимки экрана расширения
Скачать файл CRX расширения Geppetto
Скачайте файлы расширений Geppetto в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is an extension that you can talk with. Powered by OpenAI's ChatGPT, this extension allows you to quickly ask questions to it, get answers and leverage a conversation with it.
Основная информация о расширении
Название | Geppetto |
ID | mmifilomahkeigjcnggngjiggggegmdc |
Официальный URL | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
Описание | This is an extension that you can talk with |
Размер файла | 234 KB |
Количество установок | 53 |
Текущая Версия | 1.2 |
Последнее Обновление | 2023-03-22 |
Дата публикации | 2023-02-08 |
Разработчик | STDev |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://st-dev.com |
URL страницы помощи | https://st-dev.com/get-a-quote |
URL страницы политики конфиденциальности | http://codebnb.me/privacy-policy.html |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Geppetto", "description": "This is an extension that you can talk with", "version": "1.2", "manifest_version": 3, "icons": { "48": "\/assets\/icons\/logo.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "\/assets\/icons\/logo.png" } }, "permissions": [], "externally_connectable": { "matches": [ "https:\/\/chatgpt-ext.codebnb.me\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [] } |