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
官方網址 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
電子郵箱 [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"
}