Smooth Search Tab

Smooth Search Tab is a Chrome Extension for the New Tab

¿Qué es Smooth Search Tab?

Smooth Search Tab es una extensión de Chrome desarrollada por Adsbrain, y su función principal es "Smooth Search Tab is a Chrome Extension for the New Tab".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Smooth Search Tab

Descarga archivos de extensión Smooth Search Tab 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

                        This extension changes your existing new tab page and provides the features below:
- Clean Tab Look
- Popular useful links
- Current date & time
- New tab search box providing Bing.com search results. 
  Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. 

This extension is free to download from the Chrome Web store

By installing and using Smooth Search Tab Tab you agree to the Terms of Use, as well as to receiving any future updates and upgrades. 
Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time.
 
Terms of Service:
https://smoothsearch.online/terms

Privacy Policy:
https://smoothsearch.online/privacy                    

Información Básica de la Extensión

Nombre Smooth Search Tab Smooth Search Tab
ID mfpnmamdicmfhemmnpbkldadnibnkfig
URL Oficial https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig
Descripción Smooth Search Tab is a Chrome Extension for the New Tab
Tamaño del Archivo 27.96 KB
Cantidad de Instalaciones 92,029
Versión Actual 1.5.1
Última Actualización 2022-08-31
Fecha de Publicación 2020-07-02
Calificación 4.45/5 Total de 22 Calificaciones
Desarrollador Adsbrain
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://smoothsearch.online
URL de la Página de Ayuda https://smoothsearch.online/faq
URL de la Página de Política de Privacidad https://smoothsearch.online/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.5.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "action": [],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "storage"
    ]
}