BGSearch

BGSearch.net - Search the net from your Chrome browser

Qu'est-ce que BGSearch ?

BGSearch est une extension Chrome développée par http://bgsearch.net, et sa fonction principale est "BGSearch.net - Search the net from your Chrome browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension BGSearch 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

                        BGSearch.net - Light and minimal new tab that allows you to search by text or by voice and navigate easily to your favorite, recently visited sites.

The search features use within the extension will be provided by Microsoft Bing; however, the extension will not make any changes in your default browser search setting.

Free stock media content is distributed by Vimeo - https://vimeo.com

Voice recognition is handled by the browser's built-in voice processor and powered by Microsoft.

Please leave a 5 start review!
You can share with us anything at [email protected]

For more information please visit: https://www.bgsearch.net                    

Informations de Base sur l'Extension

Nom BGSearch BGSearch
ID pglcgpnjfehbcjhondkejjglnhmdenim
URL Officiel https://chrome.google.com/webstore/detail/bgsearch/pglcgpnjfehbcjhondkejjglnhmdenim
Description BGSearch.net - Search the net from your Chrome browser
Taille du Fichier 410 KB
Nombre d'Installations 5,000
Version Actuelle 1.0.9
Dernière Mise à Jour 2022-03-08
Date de Publication 2020-11-08
Évaluation 4.00/5 Total 2 Évaluations
Développeur http://bgsearch.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bgsearch.net
URL de la Page de Politique de Confidentialité https://www.bgsearch.net/web/privacy_policy
Langues Prises en Charge en
manifest.json
{
    "author": "BGSearch.net",
    "name": "BGSearch",
    "version": "1.0.9",
    "manifest_version": 2,
    "description": "BGSearch.net - Search the net from your Chrome browser",
    "homepage_url": "https:\/\/www.bgsearch.net\/",
    "browser_action": {
        "default_icon": {
            "16": "icons\/bgsearch_16.png",
            "32": "icons\/bgsearch_32.png",
            "48": "icons\/bgsearch_48.png",
            "128": "icons\/bgsearch_128.png"
        }
    },
    "icons": {
        "16": "icons\/bgsearch_16.png",
        "32": "icons\/bgsearch_32.png",
        "48": "icons\/bgsearch_48.png",
        "128": "icons\/bgsearch_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "src\/override\/jquery.js",
            "src\/bg\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "chrome:\/\/favicon\/",
        "webRequest"
    ],
    "short_name": "BGsearch",
    "signature": "BGsearch.net",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}