Smile Anywhere
Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
Cos'è Smile Anywhere?
Smile Anywhere è un'estensione di Chrome sviluppata da Smile Anywhere, e la sua funzione principale è "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Smile Anywhere
Scarica i file di estensione Smile Anywhere in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | iecemhejdahkagpehphofmbmeapbcggd |
| URL Ufficiale | https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd |
| Descrizione | Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile |
| Dimensione del File | 9.94 KB |
| Conteggio Installazioni | 10 |
| Versione Corrente | 2.7 |
| Ultimo Aggiornamento | 2017-12-27 |
| Data di Pubblicazione | 2017-12-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Smile Anywhere |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |