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ファイルをダウンロード

Simplify Overleaf拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}