RichSearch

RichSearch

O que é RichSearch?

RichSearch é uma extensão do Chrome desenvolvida por jd295598, e sua principal característica é "RichSearch".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RichSearch

Baixe arquivos de extensão RichSearch 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

                        RichSearch - Search the web swiftly from your browser
RichSearch - Light and minimal new tab that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites.

By clicking "Add to Chrome", I accept and agree to installing the “RichSearch” Chrome extension and setting Chrome™ new tab search to that provided by Microsoft Bing as the service and the Terms of Use and Privacy Policy.

For more information please visit: https://www.richsearch.digital
Please leave us a 5 start review! 

of Use at https://www.richsearch.digital/site/pages/terms_of_use and privacy policy at https://www.richsearch.digital/site/pages/privacy_policy.                    

Informações Básicas da Extensão

Nome RichSearch RichSearch
ID mgajdmhobebickaoaepogkkomapbkmga
URL Oficial https://chromewebstore.google.com/detail/richsearch/mgajdmhobebickaoaepogkkomapbkmga
Descrição RichSearch
Tamanho do Arquivo 180 KB
Contagem de Instalações 2,195
Versão Atual 1.0.5
Última Atualização 2023-08-29
Data de Publicação 2022-02-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jd295598
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.richsearch.digital/
URL da Página de Política de Privacidade https://bidlabs.net/privacy_policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RichSearch",
    "description": "RichSearch",
    "version": "1.0.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.richsearch.digital",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "32": "assets\/icons\/32.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "script-src": "self unsafe-inline",
        "object-src": "self",
        "img-src": "chrome:\/\/favicon;"
    },
    "chrome_url_overrides": {
        "newtab": "assets\/src\/override\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/s2\/favicons*",
        "https:\/\/*.richsearch.digital\/*"
    ]
}