Baidu Search

Select the keyword which you want to search, then right click it and choose baidu search

Cos'è Baidu Search?

Baidu Search è un'estensione di Chrome sviluppata da Onion515, e la sua funzione principale è "Select the keyword which you want to search, then right click it and choose baidu search".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Baidu Search

Scarica i file di estensione Baidu Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Select which words you want to search, then right click the mouse, 
you will see the context menus have a new option which call the "Baidu Search" click it will use the baidu search engine to search your words.

ps: Baidu Search Engine is a chinese famous search engine so that why the result almost is the chinese result                    

Informazioni di Base sull'Estensione

Nome Baidu Search Baidu Search
ID acefekdhohafkelpdfdjjopdghejaahi
URL Ufficiale https://chromewebstore.google.com/detail/baidu-search/acefekdhohafkelpdfdjjopdghejaahi
Descrizione Select the keyword which you want to search, then right click it and choose baidu search
Dimensione del File 9.91 KB
Conteggio Installazioni 1,701
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-09
Data di Pubblicazione 2015-03-09
Valutazione 3.91/5 Totale 11 Valutazioni
Sviluppatore Onion515
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Select the keyword which you want to search, then right click it and choose baidu search",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Baidu Search",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0"
}