Right-click and Bing
Search for selected text using Bing
O que é Right-click and Bing?
Right-click and Bing é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Search for selected text using Bing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Right-click and Bing
Baixe arquivos de extensão Right-click and Bing 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
Please note that this is not an official app. Select some text and right click it. Now you find "Bing for Selected Text" in it.
Informações Básicas da Extensão
Nome | Right-click and Bing |
ID | liolfjbonndblpeplpapcdpfcdgfeplb |
URL Oficial | https://chromewebstore.google.com/detail/right-click-and-bing/liolfjbonndblpeplpapcdpfcdgfeplb |
Descrição | Search for selected text using Bing |
Tamanho do Arquivo | 8.65 KB |
Contagem de Instalações | 309 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-08-26 |
Data de Publicação | 2015-08-26 |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right-click and Bing", "description": "Search for selected text using Bing", "version": "0.0.1", "manifest_version": 2, "permissions": [ "contextMenus" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |