Smooth Search Tab

Smooth Search Tab is a Chrome Extension for the New Tab

什麼是Smooth Search Tab?

Smooth Search Tab是由Adsbrain開發的Chrome擴展程式,該擴展的主要功能是“Smooth Search Tab is a Chrome Extension for the New Tab”。

擴展截圖

screenshot

下載Smooth Search Tab擴展crx文件

下載Smooth Search Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Smooth Search Tab Smooth Search Tab
ID mfpnmamdicmfhemmnpbkldadnibnkfig
官方網址 https://chromewebstore.google.com/detail/smooth-search-tab/mfpnmamdicmfhemmnpbkldadnibnkfig
簡介 Smooth Search Tab is a Chrome Extension for the New Tab
檔案大小 27.96 KB
安裝次數 92,029
目前版本 1.5.1
更新時間 2022-08-31
上架時間 2020-07-02
評分 4.45/5 共 22 次評分
開發者 Adsbrain
電子郵箱 [email protected]
付費類型 free
擴展官網 https://smoothsearch.online
說明頁面URL https://smoothsearch.online/faq
隱私政策頁面URL https://smoothsearch.online/privacy
支援的語言 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"
    ]
}