Right click search in Target
Search text selection with Target.com, Search option is located in the right-click menu.
O que é Right click search in Target?
Right click search in Target é uma extensão do Chrome desenvolvida por Target Corporation, e sua principal característica é "Search text selection with Target.com, Search option is located in the right-click menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Right click search in Target
Baixe arquivos de extensão Right click search in Target 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 for highlighted text on Target.com with right-click option enbabled Following is the process to find search results: "Highlight text, right-click and search in Target.com and results will open in a new tab."
Informações Básicas da Extensão
Nome | Right click search in Target |
ID | mpoafkdidocmaiheimphkhjoocjcbgei |
URL Oficial | https://chromewebstore.google.com/detail/right-click-search-in-tar/mpoafkdidocmaiheimphkhjoocjcbgei |
Descrição | Search text selection with Target.com, Search option is located in the right-click menu. |
Tamanho do Arquivo | 21.89 KB |
Contagem de Instalações | 634 |
Versão Atual | 1.1 |
Última Atualização | 2012-06-27 |
Data de Publicação | 2012-06-27 |
Classificação | 3.56/5 Total de 9 Avaliações |
Desenvolvedor | Target Corporation |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right click search in Target", "description": "Search text selection with Target.com, Search option is located in the right-click menu.", "version": "1.1", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "minimum_chrome_version": "10.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "primary.js" ] }, "manifest_version": 2 } |