Amazon.co.uk - Search highlighted text
Search for an highlighted text on Amazon from any website by using the right click context menu.
O que é Amazon.co.uk - Search highlighted text?
Amazon.co.uk - Search highlighted text é uma extensão do Chrome desenvolvida por mys3lf, e sua principal característica é "Search for an highlighted text on Amazon from any website by using the right click context menu.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazon.co.uk - Search highlighted text
Baixe arquivos de extensão Amazon.co.uk - Search highlighted text 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
This addon allows the direct search for an highlighted text on Amazon from any website.
Informações Básicas da Extensão
Nome | Amazon.co.uk - Search highlighted text |
ID | jihiglpebmiffbgjgnggndoeldcdgmld |
URL Oficial | https://chromewebstore.google.com/detail/amazoncouk-search-highlig/jihiglpebmiffbgjgnggndoeldcdgmld |
Descrição | Search for an highlighted text on Amazon from any website by using the right click context menu. |
Tamanho do Arquivo | 20.91 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0 |
Última Atualização | 2013-07-01 |
Data de Publicação | 2013-07-01 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | mys3lf |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon.co.uk - Search highlighted text", "version": "1.0", "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "14", "icons": { "32": "icon32.png", "64": "icon64.png", "160": "icon160.png" }, "manifest_version": 2 } |