Simplify Overleaf

Simplify your overleaf to focus on editing!

Simplify Overleaf란 무엇입니까?

Simplify Overleaf은(는) weigq1234에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplify your overleaf to focus on editing!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
공식 URL https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
설명 Simplify your overleaf to focus on editing!
파일 크기 1.37 MB
설치 횟수 36
현재 버전 1.0.3
최근 업데이트 2021-11-14
출시 날짜 2021-11-11
개발자 weigq1234
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/weigq/simplify_overleaf
도움말 페이지 URL https://github.com/weigq/simplify_overleaf
지원되는 언어 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'"
}