GPT4Overleaf
GPT-based autocompletion for Overleaf
What is GPT4Overleaf?
GPT4Overleaf is a Chrome extension developed by lukas.schneider.ffm, and its main feature is "GPT-based autocompletion for Overleaf".
Extension Screenshots
Download GPT4Overleaf Extension CRX File
Download GPT4Overleaf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | GPT4Overleaf |
ID | figmpgahkafcnenghckmafonjdgafdop |
Official URL | https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop |
Description | GPT-based autocompletion for Overleaf |
File Size | 1.46 MB |
Installation Count | 47 |
Current Version | 1.0.1 |
Last Updated | 2023-04-10 |
Publish Date | 2023-04-05 |
Rating | 2.00/5 Total 1 Ratings |
Developer | lukas.schneider.ffm |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |