Amazopen - Right Click Search
Search the selected text on amazon when you right-click.
O que é Amazopen - Right Click Search?
Amazopen - Right Click Search é uma extensão do Chrome desenvolvida por Shopping, e sua principal característica é "Search the selected text on amazon when you right-click.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Amazopen - Right Click Search
Baixe arquivos de extensão Amazopen - Right Click 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
Faster way to search amazon by using the amazon right click search. No extension permissions needed! How to perform a search? ✜ Select the text ✜ Right click on it ✜ Click on the 'Search Amazon for...' ✜ In the new tab, you will see the results on Amazon. Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ] This add-on is not affiliated with amazon.com
Informações Básicas da Extensão
Nome | Amazopen - Right Click Search |
ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
URL Oficial | https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
Descrição | Search the selected text on amazon when you right-click. |
Tamanho do Arquivo | 16.23 KB |
Contagem de Instalações | 13,090 |
Versão Atual | 1.55 |
Última Atualização | 2023-08-18 |
Data de Publicação | 2018-05-27 |
Classificação | 3.22/5 Total de 9 Avaliações |
Desenvolvedor | Shopping |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://amazopen.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazopen - Right Click Search", "version": "1.55", "manifest_version": 2, "description": "Search the selected text on amazon when you right-click.", "background": { "scripts": [ "search.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "storage", "contextMenus" ] } |