Baidu Search

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

O que é Baidu Search?

Baidu Search é uma extensão do Chrome desenvolvida por Onion515, e sua principal característica é "Select the keyword which you want to search, then right click it and choose baidu search".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Baidu Search

Baixe arquivos de extensão Baidu Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Baidu Search Baidu Search
ID acefekdhohafkelpdfdjjopdghejaahi
URL Oficial https://chromewebstore.google.com/detail/baidu-search/acefekdhohafkelpdfdjjopdghejaahi
Descrição Select the keyword which you want to search, then right click it and choose baidu search
Tamanho do Arquivo 9.91 KB
Contagem de Instalações 1,701
Versão Atual 1.0
Última Atualização 2015-03-09
Data de Publicação 2015-03-09
Classificação 3.91/5 Total de 11 Avaliações
Desenvolvedor Onion515
Tipo de Pagamento free
Idiomas Suportados 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"
}