Story Generator
A chrome extension that unleash your creativity to generate inspiring stories with OpenAI!
Co to jest Story Generator?
Story Generator to rozszerzenie Chrome opracowane przez iroy2000, a jego główną funkcją jest „A chrome extension that unleash your creativity to generate inspiring stories with OpenAI!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Story Generator
Pobierz pliki rozszerzeń Story Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is a project developed for my kids to learn about AI. To be honest, I don't want too many people to install it because it cost me $$ when people play around :p
Podstawowe informacje o rozszerzeniu
Nazwa | Story Generator |
ID | cgpbdlilmpcccbffmeemfneapadblnmk |
Oficjalny URL | https://chromewebstore.google.com/detail/story-generator/cgpbdlilmpcccbffmeemfneapadblnmk |
Opis | A chrome extension that unleash your creativity to generate inspiring stories with OpenAI! |
Rozmiar pliku | 339 KB |
Liczba instalacji | 99 |
Aktualna Wersja | 0.0.8 |
Ostatnia Aktualizacja | 2023-03-18 |
Data Publikacji | 2023-02-27 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | iroy2000 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension that unleash your creativity to generate inspiring stories with OpenAI!", "version": "0.0.8", "manifest_version": 3, "name": "Story Generator", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/open-ai-func.azurewebsites.net\/*", "https:\/\/open-ai-func.azurewebsites.net\/*", " |