Simplify Overleaf

Simplify your overleaf to focus on editing!

Apa itu Simplify Overleaf?

Simplify Overleaf adalah ekstensi Chrome yang dikembangkan oleh weigq1234, dan fitur utamanya adalah "Simplify your overleaf to focus on editing!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simplify Overleaf

Unduh file ekstensi Simplify Overleaf dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
URL Resmi https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
Deskripsi Simplify your overleaf to focus on editing!
Ukuran File 1.37 MB
Jumlah Instalasi 36
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2021-11-14
Tanggal Publikasi 2021-11-11
Pengembang weigq1234
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/weigq/simplify_overleaf
URL Halaman Bantuan https://github.com/weigq/simplify_overleaf
Bahasa yang Didukung 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'"
}