Search101

Take your browser experience up a notch.

Qu'est-ce que Search101 ?

Search101 est une extension Chrome développée par Browser Labs Pty Ltd, et sa fonction principale est "Take your browser experience up a notch.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search101

Téléchargez les fichiers d'extension Search101 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
URL Officiel https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
Description Take your browser experience up a notch.
Taille du Fichier 513 KB
Nombre d'Installations 56,237
Version Actuelle 0.3
Dernière Mise à Jour 2021-07-15
Date de Publication 2021-04-17
Développeur Browser Labs Pty Ltd
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://browser-labs.com.au/privacy-policy
Langues Prises en Charge 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": []
}