Elementary New Tab

Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser

Co je Elementary New Tab?

Elementary New Tab je rozšíření Chrome vyvinuté Gamake, a jeho hlavní funkcí je „Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Elementary New Tab

Stáhněte si soubory rozšíření Elementary New Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        💎 Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser.

✨ Fast switching of the search service Google, Yandex, Bing, choose what you need with one click.

✨ Extensive gallery of quality images for the background of your page

✨ Minimalistic customizable tabs for quick access to your favorite sites                    

Základní Informace o Rozšíření

Název Elementary New Tab Elementary New Tab
ID nkchlojdkebfdanfjngpdimocljgpfhh
Oficiální URL https://chromewebstore.google.com/detail/elementary-new-tab/nkchlojdkebfdanfjngpdimocljgpfhh
Popis Elementary New Tab is a new elegant, lightweight and incredibly beautiful tab for your browser
Velikost souboru 2.92 MB
Počet instalací 72
Aktuální Verze 1.0.4
Poslední Aktualizace 2021-01-17
Datum Vydání 2020-12-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Gamake
E-mail [email protected]
Typ Platby free
Podporované Jazyky de,en,fr,tr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elementary New Tab",
    "description": "__MSG_extDescription__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/images\/icons\/icon_16.png",
        "48": "assets\/images\/icons\/icon_48.png",
        "128": "assets\/images\/icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "topSites",
        "*:\/\/wallhaven.cc\/*"
    ]
}