GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
Что такое GPT-Based?
GPT-Based - это расширение Chrome, разработанное https://gptbased.net, и его основная функция - "GPTBased is used to generate effective prompts for ChatGPT".
Снимки экрана расширения
Скачать файл CRX расширения GPT-Based
Скачайте файлы расширений GPT-Based в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts Основная информация о расширении
| Название | |
| ID | jeecjckgihbjgajddicjajmfopmhoahp |
| Официальный URL | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
| Описание | GPTBased is used to generate effective prompts for ChatGPT |
| Размер файла | 140 KB |
| Количество установок | 69 |
| Текущая Версия | 0.0.6 |
| Последнее Обновление | 2023-08-29 |
| Дата публикации | 2023-04-26 |
| Рейтинг | 5.00/5 Всего 4 оценок |
| Разработчик | https://gptbased.net |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://gptbased.net |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GPT-Based",
"version": "0.0.6",
"description": "GPTBased is used to generate effective prompts for ChatGPT",
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle16926242660.chunk.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |