GPT4Overleaf
GPT-based autocompletion for Overleaf
Co to jest GPT4Overleaf?
GPT4Overleaf to rozszerzenie Chrome opracowane przez lukas.schneider.ffm, a jego główną funkcją jest „GPT-based autocompletion for Overleaf”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GPT4Overleaf
Pobierz pliki rozszerzeń GPT4Overleaf 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 extension allows you to improve and autocomplete your writing in Overleaf using OpenAI's GPT language models. You need to get an API key to use this extension: https://platform.openai.com/account/api-keys
Podstawowe informacje o rozszerzeniu
Nazwa | GPT4Overleaf |
ID | figmpgahkafcnenghckmafonjdgafdop |
Oficjalny URL | https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop |
Opis | GPT-based autocompletion for Overleaf |
Rozmiar pliku | 1.46 MB |
Liczba instalacji | 47 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-04-10 |
Data Publikacji | 2023-04-05 |
Ocena | 2.00/5 Łącznie 1 Oceny |
Deweloper | lukas.schneider.ffm |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup\/popup.html", "default_icon": "popup\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/jquery.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.overleaf.com\/project\/*" ] } ], "description": "GPT-based autocompletion for Overleaf", "icons": { "16": "popup\/icon_16.png", "48": "popup\/icon_48.png", "128": "popup\/icon_128.png" }, "manifest_version": 3, "name": "GPT4Overleaf", "permissions": [ "storage" ], "version": "1.0.1" } |