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
公式URL 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
Eメール [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"
    ]
}