Search101

Take your browser experience up a notch.

什么是Search101?

Search101是由Browser Labs Pty Ltd开发的Chrome扩展程序,该扩展的主要功能是“Take your browser experience up a notch.”。

扩展截图

screenshot

下载Search101扩展crx文件

下载Search101扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        We have created a browser extension that brings the web to you. You can enjoy a fast web browsing experience with the Search101 new tab extension and get the best of the web powered by Bing.com.

The Search101 extension is all about functionality which allows you to search the best of the web through a new tab search whilst giving you the additional features that include

·         Quick web search right at your fingertips powered by Bing.com
·         Easy view time of day
·         Quick links to your favorite social media platforms

By clicking "Add to chrome", I accept and agree to installing the Search101 extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browser-labs.com.au/privacy-policy/) and Terms of Use (https://browser-labs.com.au/terms-and-conditions/)                    

扩展基本信息

名称 Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
官方URL https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
简介 Take your browser experience up a notch.
文件大小 513 KB
安装次数 56,237
当前版本 0.3
更新时间 2021-07-15
上架时间 2021-04-17
开发者 Browser Labs Pty Ltd
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://browser-labs.com.au/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search101",
    "author": "Frooty Studios",
    "description": "Take your browser experience up a notch.",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": []
}