GPT4Overleaf

GPT-based autocompletion for Overleaf

GPT4Overleaf란 무엇입니까?

GPT4Overleaf은(는) lukas.schneider.ffm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GPT-based autocompletion for Overleaf"입니다.

확장 프로그램 스크린샷

screenshot

GPT4Overleaf 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}