Chatgpt assist
No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing…
Что такое Chatgpt assist?
Chatgpt assist - это расширение Chrome, разработанное Abu, и его основная функция - "No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing…".
Снимки экрана расширения
Скачать файл CRX расширения Chatgpt assist
Скачайте файлы расширений Chatgpt assist в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing chat-gpt website in opening the replit editor where you can paste the code inside.
More to come:
- Export the conversation in single click. Основная информация о расширении
| Название | |
| ID | fhdcoikaffdfehjpfkcaackmflcnjcom |
| Официальный URL | https://chromewebstore.google.com/detail/chatgpt-assist/fhdcoikaffdfehjpfkcaackmflcnjcom |
| Описание | No more hassle of copying code from chat gpt results to the replit. This extension provides add-on features to the existing… |
| Размер файла | 790 KB |
| Количество установок | 1,289 |
| Текущая Версия | 0.0.4 |
| Последнее Обновление | 2023-02-05 |
| Дата публикации | 2022-12-07 |
| Рейтинг | 2.33/5 Всего 3 оценок |
| Разработчик | Abu |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.claritynotes.io/privacypolicy.html |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.0.4",
"short_name": "Chatgpt assist",
"name": "Chatgpt assist",
"action": [],
"background": {
"service_worker": "background.bundle.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/chat*"
],
"run_at": "document_idle",
"js": [
"contentScript.bundle.js"
],
"css": [
"style.css",
"modal.css"
]
}
],
"host_permissions": [
"*:\/\/*.stackgpt.com\/*"
],
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
" | |