Search101

Take your browser experience up a notch.

Hvad er Search101?

Search101 er en Chrome-udvidelse udviklet af Browser Labs Pty Ltd, og dens hovedfunktion er "Take your browser experience up a notch.".

Udvidelsesskærmbilleder

screenshot

Download Search101-udvidelses-CRX-fil

Download Search101-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
Officiel URL https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
Beskrivelse Take your browser experience up a notch.
Filstørrelse 513 KB
Antal Installationer 56,237
Nuværende Version 0.3
Senest Opdateret 2021-07-15
Udgivelsesdato 2021-04-17
Udvikler Browser Labs Pty Ltd
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://browser-labs.com.au/privacy-policy
Understøttede Sprog 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": []
}