Zearch

Your new, new tab page.

Co je Zearch?

Zearch je rozšíření Chrome vyvinuté https://zearch.remiix.ml, a jeho hlavní funkcí je „Your new, new tab page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zearch

Stáhněte si soubory rozšíření Zearch 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í

                        This extension is provides you with a elegant and simple new tab page. The new tab page includes a search bar that conveniently searches directly through your favourite search engines. Additionally the extension features an automatic weather and time system. More customisation is coming in the future. If you like this extension please rate it. 

Made with ❤ by littlegrapeguy and RemiixInc.                    

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

Název Zearch Zearch
ID cijoghafiooamfmhhhaioiibliecmdkm
Oficiální URL https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm
Popis Your new, new tab page.
Velikost souboru 74.17 KB
Počet instalací 19
Aktuální Verze 1.2
Poslední Aktualizace 2021-02-20
Datum Vydání 2021-02-17
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář https://zearch.remiix.ml
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://zearch.remiix.ml
URL Stránky Nápovědy https://zearch.remiix.ml
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zearch",
    "description": "Your new, new tab page.",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ]
}