GeePeeTee - OpenAi ChatGPT + Image assistant
Create text completions/edits, and generate images easily with a prompt.
什麼是GeePeeTee - OpenAi ChatGPT + Image assistant?
GeePeeTee - OpenAi ChatGPT + Image assistant是由Airdik開發的Chrome擴展程式,該擴展的主要功能是“Create text completions/edits, and generate images easily with a prompt.”。
擴展截圖
下載GeePeeTee - OpenAi ChatGPT + Image assistant擴展crx文件
下載GeePeeTee - OpenAi ChatGPT + Image assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily access OpenAi's text and image models from this extension. You can access Completion, Edit, and Image models with a simple click, or a keyboard shortcut of "Ctrl + Shift + Space"
Answer all of you questions and kill your curiosity with this modern and dynamic design that allows you to generate text with ChatGPT and generate images from Dall-E. 擴展基本資訊
| 名稱 | |
| ID | dbegpdaninkikfcfodenceojbpdgdoaa |
| 官方網址 | https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa |
| 簡介 | Create text completions/edits, and generate images easily with a prompt. |
| 檔案大小 | 104 KB |
| 安裝次數 | 7,760 |
| 目前版本 | 1.2.3 |
| 更新時間 | 2023-03-17 |
| 上架時間 | 2023-01-27 |
| 評分 | 2.89/5 共 9 次評分 |
| 開發者 | Airdik |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 說明頁面URL | https://www.buymeacoffee.com/Airdik |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GeePeeTee - OpenAi ChatGPT + Image assistant",
"version": "1.2.3",
"description": "Create text completions\/edits, and generate images easily with a prompt.",
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"action": {
"default_icon": {
"16": "assets\/extension-icon.png",
"24": "assets\/extension-icon.png",
"32": "assets\/extension-icon.png"
},
"default_title": "GeePeeTee",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space",
"windows": "Ctrl+Shift+Space",
"chromeos": "Ctrl+Shift+Space",
"linux": "Ctrl+Shift+Space"
}
}
},
"manifest_version": 3
} | |