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