Overleaf Copilot

Seamlessly incorporate ChatGPT to power and accelerate academic writing in Overleaf.

Overleaf Copilot là gì?

Overleaf Copilot là một tiện ích mở rộng Chrome được phát triển bởi https://overleafcopilot.github.io, và tính năng chính của nó là "Seamlessly incorporate ChatGPT to power and accelerate academic writing in Overleaf.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Overleaf Copilot

Tải xuống các tệp mở rộng Overleaf Copilot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        一、为什么要做Overleaf Copilot?
1)	对于可以使用ChatGPT的用户,提升使用ChatGPT润色论文的效率。
2)	对没有ChatGPT账号的用户,提供无需翻墙使用ChatGPT润色论文的功能。

二、Overleaf Copilot有什么功能?
(1)无需翻墙、免费试用;

(2)功能齐全     
(2.1)论文润色: (a)加速论文润色,一键润色;(b)提升润色质量:基于ChatGPT 3.5和GPT 4;  (c)给定修改要求的论文润色
(2.2)自动补全:根据前文内容自动补全下文
(2.3)语法检查:(a)英文语法检查; (b)中文语法检查  
(2.4)翻译:保留学术风格,高质量翻译  
(2.5)写作建议:提供论文完善建议  
(2.6)提供高质量提示词库,可以查看和分享好的提升词;
(2.7)润色、翻译等结果自动写入剪贴板

(3)高度自定义  
(3.1)自定义提示词:快速打造适合自己风格的工具;      
(3.2)自定义快捷键:你可以为某个功能设置快捷键,效率提升翻倍;
(3.3)自定义界面布局:丰富的界面布局,适应多种写作场景;

(4)信息安全:不保存用户内容,只对信息进行转发;

常见使用场景&可能用到的功能:
(1)论文写作新手的语言润色---论文润色、语法检查、写作建议;
(2)老师/师兄帮助师弟修改论文---语法检查、给定修改要求的论文润色;
(3)论文初稿写作---自动补全、语法检查、论文润色
(4)大论文撰写---翻译

更多功能和使用说明,请见官网视频演示: https://overleafcopilot.github.io/

English Versioin:

Features:
1) Deeply integrated with Overleaf editor, providing a fluid, uninterrupted scholar writing experience.
Paper polishing without this extension:
Open ChatGPT ->Start new chat ->Find a prompt ->Copy & paste prompt ->Copy & paste draft paragraphs ->Copy & replace ChatGPT generation

Paper polishing steps with the extension:
Select draft paragraphs -> One click to finish polishing using ChatGPT

2) Build-in high-quality prompts, facilitating the success of your next publication.

3) Highly customizable prompts to fit your writing styles.

See more features in the demo video in our website: https://overleafcopilot.github.io/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Overleaf Copilot Overleaf Copilot
ID eoadabdpninlhkkbhngoddfjianhlghb
URL Chính Thức https://chromewebstore.google.com/detail/overleaf-copilot/eoadabdpninlhkkbhngoddfjianhlghb
Mô tả Seamlessly incorporate ChatGPT to power and accelerate academic writing in Overleaf.
Kích Thước Tệp 8.6 MB
Số Lần Cài Đặt 1,452
Phiên Bản Hiện Tại 0.5.15
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-11-10
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://overleafcopilot.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://overleafcopilot.github.io/
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/49fa1a5f-a2ae-4b62-96a9-220d4eccb0fb
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Overleaf Copilot",
    "description": "Seamlessly incorporate ChatGPT to power and accelerate academic writing in Overleaf.",
    "version": "0.5.15",
    "manifest_version": 3,
    "author": "Overleaf Copilot Organization",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.promptgenius.site\/oc\/*",
        "https:\/\/www.xcopilot.top\/oc\/*",
        "https:\/\/overleafcopilot.github.io\/*"
    ],
    "homepage_url": "https:\/\/overleafcopilot.github.io\/",
    "action": {
        "default_popup": "src\/scripts\/popup\/popup.html",
        "default_title": "Overleaf Copilot Here",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        }
    },
    "background": {
        "service_worker": "src\/scripts\/worker\/worker.js"
    },
    "content_scripts": [
        {
            "world": "MAIN",
            "matches": [
                "https:\/\/*.overleaf.com\/project\/*"
            ],
            "js": [
                "src\/scripts\/inject\/inject.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.overleaf.com\/project\/*"
            ],
            "js": [
                "src\/scripts\/content\/content.js"
            ],
            "run_at": "document_end",
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.json",
                "*.webp",
                "*.xml",
                "*.png",
                "*.md"
            ],
            "matches": [
                "https:\/\/*.overleaf.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png",
        "192": "\/icons\/192.png",
        "512": "\/icons\/512.png"
    }
}