Simplify Overleaf

Simplify your overleaf to focus on editing!

Co to jest Simplify Overleaf?

Simplify Overleaf to rozszerzenie Chrome opracowane przez weigq1234, a jego główną funkcją jest „Simplify your overleaf to focus on editing!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simplify Overleaf

Pobierz pliki rozszerzeń Simplify Overleaf w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Simplify Overleaf Simplify Overleaf
ID gcgalefamlbjhfjlomkmbpkjcnbcellm
Oficjalny URL https://chromewebstore.google.com/detail/simplify-overleaf/gcgalefamlbjhfjlomkmbpkjcnbcellm
Opis Simplify your overleaf to focus on editing!
Rozmiar pliku 1.37 MB
Liczba instalacji 36
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2021-11-14
Data Publikacji 2021-11-11
Deweloper weigq1234
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/weigq/simplify_overleaf
Adres URL Strony Pomocy https://github.com/weigq/simplify_overleaf
Obsługiwane Języki 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'"
}