ZenSearch

ZenSearch - Search the web, and get your results fast

O que é ZenSearch?

ZenSearch é uma extensão do Chrome desenvolvida por https://zensearch.online, e sua principal característica é "ZenSearch - Search the web, and get your results fast".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ZenSearch

Baixe arquivos de extensão ZenSearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ZenSearch - Light and minimal new tab that allows you to search quickly and navigate easily to your favorite, recently visited sites.

For more information please visit: https://zensearch.online
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the ZenSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://zensearch.online/web/terms_of_use and privacy policy at https://zensearch.online/web/privacy_policy.

The extension will update your new-tab search engine to be powered by Bing.                    

Informações Básicas da Extensão

Nome ZenSearch ZenSearch
ID ccclcgoicfgcjdlojiamokegmckobaif
URL Oficial https://chromewebstore.google.com/detail/zensearch/ccclcgoicfgcjdlojiamokegmckobaif
Descrição ZenSearch - Search the web, and get your results fast
Tamanho do Arquivo 520 KB
Contagem de Instalações 10,000
Versão Atual 1.1.1
Última Atualização 2022-09-07
Data de Publicação 2021-06-15
Classificação 4.85/5 Total de 13 Avaliações
Desenvolvedor https://zensearch.online
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zensearch.online
URL da Página de Política de Privacidade https://zensearch.online/web/privacy_policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ZenSearch",
    "name": "ZenSearch",
    "short_name": "zensearch",
    "version": "1.1.1",
    "manifest_version": 3,
    "description": "ZenSearch - Search the web, and get your results fast",
    "homepage_url": "https:\/\/zensearch.online",
    "omnibox": {
        "keyword": "ze"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        }
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ]
}