Smile Anywhere
Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
Qu'est-ce que Smile Anywhere ?
Smile Anywhere est une extension Chrome développée par Smile Anywhere, et sa fonction principale est "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smile Anywhere
Téléchargez les fichiers d'extension Smile Anywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Smile Anywhere |
ID | iecemhejdahkagpehphofmbmeapbcggd |
URL Officiel | https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd |
Description | Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile |
Taille du Fichier | 9.94 KB |
Nombre d'Installations | 10 |
Version Actuelle | 2.7 |
Dernière Mise à Jour | 2017-12-27 |
Date de Publication | 2017-12-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Smile Anywhere |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |