Smooth Search Tab

Smooth Search Tab is a Chrome Extension for the New Tab

Hvad er Smooth Search Tab?

Smooth Search Tab er en Chrome-udvidelse udviklet af Adsbrain, og dens hovedfunktion er "Smooth Search Tab is a Chrome Extension for the New Tab".

Udvidelsesskærmbilleder

screenshot

Download Smooth Search Tab-udvidelses-CRX-fil

Download Smooth Search Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Smooth Search Tab Smooth Search Tab
ID mfpnmamdicmfhemmnpbkldadnibnkfig
Officiel URL https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig
Beskrivelse Smooth Search Tab is a Chrome Extension for the New Tab
Filstørrelse 27.96 KB
Antal Installationer 92,029
Nuværende Version 1.5.1
Senest Opdateret 2022-08-31
Udgivelsesdato 2020-07-02
Bedømmelse 4.45/5 Samlet 22 Bedømmelser
Udvikler Adsbrain
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://smoothsearch.online
Hjælpeside-URL https://smoothsearch.online/faq
URL til Fortrolighedspolitik Side https://smoothsearch.online/privacy
Understøttede Sprog 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"
    ]
}