Geppetto
This is an extension that you can talk with
什麼是Geppetto?
Geppetto是由STDev開發的Chrome擴展程式,該擴展的主要功能是“This is an extension that you can talk with”。
擴展截圖
下載Geppetto擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mmifilomahkeigjcnggngjiggggegmdc |
| 官方網址 | 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": []
} | |