Smart Searching Tab

Smart Searching replaces your new tab page and provides you with popular trending searches!

什麼是Smart Searching Tab?

Smart Searching Tab是由Searches Central開發的Chrome擴展程式,該擴展的主要功能是“Smart Searching replaces your new tab page and provides you with popular trending searches!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Smart Searching Tab擴展crx文件

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

擴展使用說明

                        The Smart Searching extension is here to supply you with useful searching tools.

With Smart Searching you get a New Tab extension that provides you with:
- New tab search form functionality.
- Convenient web search powered by Yahoo!
- Quicklinks to shopping and commonly used social sites.

Smart Searching will also prompt you daily with access to searching as well as  personalized weather forecasts to get your day started. You can opt out of this feature at any time from the settings widget.

You can also use the settings widget at the bottom right of the new tab page to adjust your personal experience.

This tool contains links to external websites that are not provided or maintained by or in any way affiliated with our company or this product: Smart Searching. Please note that our company or this tool does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites. For more information visit our Terms of Use page listed below.

Click "Add To Chrome" above to get started for free.

Our extension can be removed at any time.                    

擴展基本資訊

名稱 Smart Searching Tab Smart Searching Tab
ID iacoifmgngnkjphlhpencjhenbngoheg
官方網址 https://chromewebstore.google.com/detail/smart-searching-tab/iacoifmgngnkjphlhpencjhenbngoheg
簡介 Smart Searching replaces your new tab page and provides you with popular trending searches!
檔案大小 15.8 KB
安裝次數 136,188
目前版本 1.5.2
更新時間 2021-08-01
上架時間 2020-05-07
評分 2.41/5 共 17 次評分
開發者 Searches Central
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://hp.hsmartsearching.net/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/config.js",
            "js\/store.js",
            "js\/utility.js",
            "js\/log.js",
            "js\/dailyFeature.js",
            "js\/search.js",
            "central.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "html\/bAction\/newtabpage.html",
        "default_title": "Open NewTab"
    },
    "chrome_url_overrides": {
        "newtab": "newtabhtml\/newtabpage.html"
    },
    "default_locale": "en",
    "description": "__MSG_ProductDescription__",
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_ProductName__",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "contextMenus",
        "alarms",
        "*:\/\/*.hsmartsearching.net\/*"
    ],
    "version": "1.5.2",
    "web_accessible_resources": [
        "*.json"
    ]
}