Smile Anywhere

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

Vad är Smile Anywhere?

Smile Anywhere är en Chrome-tillägg utvecklad av Smile Anywhere, och dess huvudfunktion är "Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile".

Tilläggsskärmbilder

screenshot

Ladda ner Smile Anywhere-förlängningens CRX-fil

Ladda ner Smile Anywhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Smile Anywhere Smile Anywhere
ID iecemhejdahkagpehphofmbmeapbcggd
Officiell webbadress https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd
Beskrivning Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
Filstorlek 9.94 KB
Antal Installationer 10
Aktuell Version 2.7
Senast Uppdaterad 2017-12-27
Publiceringsdatum 2017-12-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Smile Anywhere
Betalningssätt free
Stödda Språk 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"
    ]
}