Top Search

Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…

什麼是Top Search?

Top Search是由gabrieljones634開發的Chrome擴展程式,該擴展的主要功能是“Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…”。

擴展截圖

screenshot

下載Top Search擴展crx文件

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

擴展使用說明

                        Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites.
The new tab has dynamic background and it displays current date and time (may take some time for your most visited sites to appear - based on Chrome's API).

For more information please visit: https://www.tops-searchs.com
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the Top Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.tops-searchs.com/site/pages/terms_of_use and privacy policy at https://www.tops-searchs.com/site/pages/privacy_policy.

The extension will update your new-tab search to be powered by Microsoft Bing.                    

擴展基本資訊

名稱 Top Search Top Search
ID hnpgceaconbdbbcfmbmbngkkpolicdhd
官方網址 https://chrome.google.com/webstore/detail/top-search/hnpgceaconbdbbcfmbmbngkkpolicdhd
簡介 Top Search - Light and minimal new tab that allows you to search by text and navigate easily to your recently visited sites. The…
檔案大小 4.77 MB
安裝次數 1,000
目前版本 1.0.0.69
更新時間 2022-07-17
上架時間 2022-04-20
開發者 gabrieljones634
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.tops-searchs.com
說明頁面URL https://www.tops-searchs.com/site/pages/contact_us
隱私政策頁面URL https://www.tops-searchs.com/pages/privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top Search",
    "description": "",
    "homepage_url": "https:\/\/www.tops-searchs.com",
    "version": "1.0.0.69",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_app_name__"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "history",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}