Geppetto
This is an extension that you can talk with
Wat is Geppetto?
Geppetto is een Chrome-extensie ontwikkeld door STDev, en de belangrijkste functie is "This is an extension that you can talk with".
Extensie Screenshots
Download het CRX-bestand van de extensie Geppetto
Download Geppetto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Geppetto |
ID | mmifilomahkeigjcnggngjiggggegmdc |
Officiële URL | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
Beschrijving | This is an extension that you can talk with |
Bestandsgrootte | 234 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-03-22 |
Publicatiedatum | 2023-02-08 |
Ontwikkelaar | STDev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://st-dev.com |
Help Pagina-URL | https://st-dev.com/get-a-quote |
URL van de Privacybeleid Pagina | http://codebnb.me/privacy-policy.html |
Ondersteunde Talen | 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": [] } |