Smooth Search Tab

Smooth Search Tab is a Chrome Extension for the New Tab

Qu'est-ce que Smooth Search Tab ?

Smooth Search Tab est une extension Chrome développée par Adsbrain, et sa fonction principale est "Smooth Search Tab is a Chrome Extension for the New Tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smooth Search Tab

Téléchargez les fichiers d'extension Smooth Search Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Smooth Search Tab Smooth Search Tab
ID mfpnmamdicmfhemmnpbkldadnibnkfig
URL Officiel https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig
Description Smooth Search Tab is a Chrome Extension for the New Tab
Taille du Fichier 27.96 KB
Nombre d'Installations 92,029
Version Actuelle 1.5.1
Dernière Mise à Jour 2022-08-31
Date de Publication 2020-07-02
Évaluation 4.45/5 Total 22 Évaluations
Développeur Adsbrain
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://smoothsearch.online
URL de la Page d'Aide https://smoothsearch.online/faq
URL de la Page de Politique de Confidentialité https://smoothsearch.online/privacy
Langues Prises en Charge 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"
    ]
}