Alpha Search

Alpha Search - Search the web from your browser

O que é Alpha Search?

Alpha Search é uma extensão do Chrome desenvolvida por https://alphasearch.co, e sua principal característica é "Alpha Search - Search the web from your browser".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Alpha Search

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

                        AlphaSearch - Light and minimal new tab that allows you to search by text and navigate easily to popular websites.

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

By clicking "Add to chrome", I accept and agree to installing 'Alpha Search' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy

Terms Of Use: https://www.alphasearch.co/terms-of-use
Privacy Policy: https://www.alphasearch.co/privacy-policy

The extension will update your new tab settings and will change your search to be powered by Bing.                    

Informações Básicas da Extensão

Nome Alpha Search Alpha Search
ID gdbdalnddkaodfcphgbgpbommhnifnee
URL Oficial https://chromewebstore.google.com/detail/alpha-search/gdbdalnddkaodfcphgbgpbommhnifnee
Descrição Alpha Search - Search the web from your browser
Tamanho do Arquivo 96.01 KB
Contagem de Instalações 3,485
Versão Atual 1.0.3
Última Atualização 2022-08-06
Data de Publicação 2021-05-08
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://alphasearch.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://alphasearch.co
URL da Página de Política de Privacidade https://www.clickfireapps.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "author": "Alpha Search",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Alpha Search - Search the web from your browser",
    "homepage_url": "https:\/\/www.alphasearch.co",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Alpha Search",
    "permissions": [
        "tabs"
    ],
    "short_name": "Alpha Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}