Smile Anywhere

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

Co to jest Smile Anywhere?

Smile Anywhere to rozszerzenie Chrome opracowane przez Smile Anywhere, a jego główną funkcją jest „Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Smile Anywhere

Pobierz pliki rozszerzeń Smile Anywhere w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Smile Anywhere Smile Anywhere
ID iecemhejdahkagpehphofmbmeapbcggd
Oficjalny URL https://chromewebstore.google.com/detail/smile-anywhere/iecemhejdahkagpehphofmbmeapbcggd
Opis Simply highlight any word or phrase, right-click it, and select "Search Amazon for..." to begin a product search on AmazonSmile
Rozmiar pliku 9.94 KB
Liczba instalacji 10
Aktualna Wersja 2.7
Ostatnia Aktualizacja 2017-12-27
Data Publikacji 2017-12-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Smile Anywhere
Typ Płatności free
Obsługiwane Języki 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"
    ]
}