GPT4Overleaf

GPT-based autocompletion for Overleaf

GPT4Overleafとは何ですか?

GPT4Overleafはlukas.schneider.ffmによって開発されたChromeの拡張機能で、その主な機能は「GPT-based autocompletion for Overleaf」です。

拡張機能のスクリーンショット

screenshot

GPT4Overleaf拡張機能のCRXファイルをダウンロード

GPT4Overleaf拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GPT4Overleaf GPT4Overleaf
ID figmpgahkafcnenghckmafonjdgafdop
公式URL https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop
説明 GPT-based autocompletion for Overleaf
ファイルサイズ 1.46 MB
インストール数 47
現在のバージョン 1.0.1
最終更新日 2023-04-10
公開日 2023-04-05
評価 2.00/5 合計 1 レビュー
開発者 lukas.schneider.ffm
Eメール [email protected]
支払い方法 free
対応言語 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"
}