GPT4Overleaf

GPT-based autocompletion for Overleaf

Cos'è GPT4Overleaf?

GPT4Overleaf è un'estensione di Chrome sviluppata da lukas.schneider.ffm, e la sua funzione principale è "GPT-based autocompletion for Overleaf".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GPT4Overleaf

Scarica i file di estensione GPT4Overleaf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GPT4Overleaf GPT4Overleaf
ID figmpgahkafcnenghckmafonjdgafdop
URL Ufficiale https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop
Descrizione GPT-based autocompletion for Overleaf
Dimensione del File 1.46 MB
Conteggio Installazioni 47
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-04-10
Data di Pubblicazione 2023-04-05
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore lukas.schneider.ffm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}