Search101

Take your browser experience up a notch.

Was ist Search101?

Search101 ist eine Chrome-Erweiterung, die von Browser Labs Pty Ltd entwickelt wurde, und ihr Hauptmerkmal ist "Take your browser experience up a notch.".

Erweiterungsscreenshots

screenshot

Search101-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search101-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/)                    

Grundlegende Informationen zur Erweiterung

Name Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
Offizielle URL https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
Beschreibung Take your browser experience up a notch.
Dateigröße 513 KB
Installationsanzahl 56,237
Aktuelle Version 0.3
Letztes Update 2021-07-15
Veröffentlichungsdatum 2021-04-17
Entwickler Browser Labs Pty Ltd
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://browser-labs.com.au/privacy-policy
Unterstützte Sprachen 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": []
}