Simplify Overleaf

Simplify your overleaf to focus on editing!

Simplify Overleaf là gì?

Simplify Overleaf là một tiện ích mở rộng Chrome được phát triển bởi weigq1234, và tính năng chính của nó là "Simplify your overleaf to focus on editing!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Simplify Overleaf 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

                        There exist some redundant elements in online Overleaf, making it unfriendly for users, especially the laptop users. This extension aims to simplify your overleaf to focus on editing!                    

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

Tên Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
URL Chính Thức https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
Mô tả Simplify your overleaf to focus on editing!
Kích Thước Tệp 1.37 MB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-11-14
Ngày Phát Hành 2021-11-11
Nhà Phát Triển weigq1234
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/weigq/simplify_overleaf
URL Trang Trợ Giúp https://github.com/weigq/simplify_overleaf
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Overleaf",
    "description": "Simplify your overleaf to focus on editing!",
    "version": "1.0.3",
    "homepage_url": "https:\/\/github.com\/weigq\/simplify_overleaf",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": [],
    "icons": {
        "128": "\/logo-128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "\/thirdparty\/jquery.min.js",
                "\/thirdparty\/ResizeSensor.js",
                "\/thirdparty\/ElementQueries.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}