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
官方URL 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"
    }
}