TotalSearch
Search Wikipedia and Google Images with just a click.
O que é TotalSearch?
TotalSearch é uma extensão do Chrome desenvolvida por jkirrane, e sua principal característica é "Search Wikipedia and Google Images with just a click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TotalSearch
Baixe arquivos de extensão TotalSearch 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
Search Wikipedia and Google Images with a single click. Simply highlight text on a page and click the magnifying glass icon. Et voila! V. 1.2 (April 30, 2015) : -- Add support for searching Google Maps via address V. 1.1 (Jan 9, 2015) : -- Increase number of image results from 4 to 8. -- Some styling cleanup
Informações Básicas da Extensão
Nome | |
ID | jelcolfpjeaehlmnhjipojaiglbjmokj |
URL Oficial | https://chrome.google.com/webstore/detail/totalsearch/jelcolfpjeaehlmnhjipojaiglbjmokj |
Descrição | Search Wikipedia and Google Images with just a click. |
Tamanho do Arquivo | 71.12 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-04-30 |
Data de Publicação | 2015-04-30 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | jkirrane |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TotalSearch", "description": "Search Wikipedia and Google Images with just a click.", "version": "1.0.2", "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "find16.png", "default_popup": "f.html" }, "icons": { "16": "find16.png", "19": "find19.png", "38": "find38.png", "48": "find48.png", "128": "find128.png" }, "sandbox": { "pages": [ "sandbox.html" ] } } |