Search101

Take your browser experience up a notch.

¿Qué es Search101?

Search101 es una extensión de Chrome desarrollada por Browser Labs Pty Ltd, y su función principal es "Take your browser experience up a notch.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Search101

Descarga archivos de extensión Search101 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

                        We have created a browser extension that brings the web to you. You can enjoy a fast web browsing experience with the Search101 new tab extension and get the best of the web powered by Bing.com.

The Search101 extension is all about functionality which allows you to search the best of the web through a new tab search whilst giving you the additional features that include

·         Quick web search right at your fingertips powered by Bing.com
·         Easy view time of day
·         Quick links to your favorite social media platforms

By clicking "Add to chrome", I accept and agree to installing the Search101 extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browser-labs.com.au/privacy-policy/) and Terms of Use (https://browser-labs.com.au/terms-and-conditions/)                    

Información Básica de la Extensión

Nombre Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
URL Oficial https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
Descripción Take your browser experience up a notch.
Tamaño del Archivo 513 KB
Cantidad de Instalaciones 56,237
Versión Actual 0.3
Última Actualización 2021-07-15
Fecha de Publicación 2021-04-17
Desarrollador Browser Labs Pty Ltd
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://browser-labs.com.au/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search101",
    "author": "Frooty Studios",
    "description": "Take your browser experience up a notch.",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": []
}