Smile Anywhere
Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
O que é Smile Anywhere?
Smile Anywhere é uma extensão do Chrome desenvolvida por Smile Anywhere, e sua principal característica é "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smile Anywhere
Baixe arquivos de extensão Smile Anywhere 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 tool automatically uses AmazonSmile, which - at no cost to you - supports a charity of your choice every time you shop with Amazon! Find out more at https://smile.amazon.com/about No permissions required! AmazonSmile and Amazon are trademarks of Amazon.com, Inc. or its affiliates. This extension is supported by the use of Amazon affiliate links.
Informações Básicas da Extensão
Nome | Smile Anywhere |
ID | iecemhejdahkagpehphofmbmeapbcggd |
URL Oficial | https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd |
Descrição | Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile |
Tamanho do Arquivo | 9.94 KB |
Contagem de Instalações | 10 |
Versão Atual | 2.7 |
Última Atualização | 2017-12-27 |
Data de Publicação | 2017-12-27 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Smile Anywhere |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smile Anywhere", "version": "2.7", "manifest_version": 2, "description": "Simply highlight any word or phrase, right-click it, and select \"Search Amazon for...\" to begin a product search on AmazonSmile", "icons": { "16": "icons\/icon16.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "48": "icons\/icon48.png" }, "default_title": "Amazon" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |