GPT4Overleaf
GPT-based autocompletion for Overleaf
Wat is GPT4Overleaf?
GPT4Overleaf is een Chrome-extensie ontwikkeld door lukas.schneider.ffm, en de belangrijkste functie is "GPT-based autocompletion for Overleaf".
Extensie Screenshots
Download het CRX-bestand van de extensie GPT4Overleaf
Download GPT4Overleaf-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 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
Basisinformatie over de Extensie
Naam | GPT4Overleaf |
ID | figmpgahkafcnenghckmafonjdgafdop |
Officiële URL | https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop |
Beschrijving | GPT-based autocompletion for Overleaf |
Bestandsgrootte | 1.46 MB |
Aantal Installaties | 47 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-04-10 |
Publicatiedatum | 2023-04-05 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | lukas.schneider.ffm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |