Geppetto
This is an extension that you can talk with
Hvad er Geppetto?
Geppetto er en Chrome-udvidelse udviklet af STDev, og dens hovedfunktion er "This is an extension that you can talk with".
Udvidelsesskærmbilleder
Download Geppetto-udvidelses-CRX-fil
Download Geppetto-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Geppetto |
ID | mmifilomahkeigjcnggngjiggggegmdc |
Officiel URL | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
Beskrivelse | This is an extension that you can talk with |
Filstørrelse | 234 KB |
Antal Installationer | 53 |
Nuværende Version | 1.2 |
Senest Opdateret | 2023-03-22 |
Udgivelsesdato | 2023-02-08 |
Udvikler | STDev |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://st-dev.com |
Hjælpeside-URL | https://st-dev.com/get-a-quote |
URL til Fortrolighedspolitik Side | http://codebnb.me/privacy-policy.html |
Understøttede Sprog | 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": [] } |