Smile Anywhere

Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile

What is Smile Anywhere?

Smile Anywhere is a Chrome extension developed by Smile Anywhere, and its main feature is "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".

Extension Screenshots

screenshot

Download Smile Anywhere Extension CRX File

Download Smile Anywhere extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Smile Anywhere Smile Anywhere
ID iecemhejdahkagpehphofmbmeapbcggd
Official URL 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
File Size 9.94 KB
Installation Count 10
Current Version 2.7
Last Updated 2017-12-27
Publish Date 2017-12-27
Rating 5.00/5 Total 2 Ratings
Developer Smile Anywhere
Payment Type free
Supported Languages 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"
    ]
}