Amazopen - Right Click Search

Search the selected text on amazon when you right-click.

Co to jest Amazopen - Right Click Search?

Amazopen - Right Click Search to rozszerzenie Chrome opracowane przez Shopping, a jego główną funkcją jest „Search the selected text on amazon when you right-click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazopen - Right Click Search

Pobierz pliki rozszerzeń Amazopen - Right Click Search 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

                        Faster way to search amazon by using the amazon right click search.  No extension permissions needed! 

How to perform a search? 
✜ Select the text
✜ Right click on it
✜ Click on the 'Search Amazon for...'
✜ In the new tab, you will see the results on Amazon.

Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ]

This add-on is not affiliated with amazon.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Oficjalny URL https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Opis Search the selected text on amazon when you right-click.
Rozmiar pliku 16.23 KB
Liczba instalacji 13,090
Aktualna Wersja 1.55
Ostatnia Aktualizacja 2023-08-18
Data Publikacji 2018-05-27
Ocena 3.22/5 Łącznie 9 Oceny
Deweloper Shopping
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://amazopen.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazopen - Right Click Search",
    "version": "1.55",
    "manifest_version": 2,
    "description": "Search the selected text on amazon when you right-click.",
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}