Alpha Search

Alpha Search - Search the web from your browser

¿Qué es Alpha Search?

Alpha Search es una extensión de Chrome desarrollada por https://alphasearch.co, y su función principal es "Alpha Search - Search the web from your browser".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Alpha Search

Descarga archivos de extensión Alpha Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Alpha Search Alpha Search
ID gdbdalnddkaodfcphgbgpbommhnifnee
URL Oficial https://chromewebstore.google.com/detail/alpha-search/gdbdalnddkaodfcphgbgpbommhnifnee
Descripción Alpha Search - Search the web from your browser
Tamaño del Archivo 96.01 KB
Cantidad de Instalaciones 3,485
Versión Actual 1.0.3
Última Actualización 2022-08-06
Fecha de Publicación 2021-05-08
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador https://alphasearch.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://alphasearch.co
URL de la Página de Política de Privacidad https://www.clickfireapps.com/privacy-policy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}