Amazopen - Right Click Search

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

Cos'è Amazopen - Right Click Search?

Amazopen - Right Click Search è un'estensione di Chrome sviluppata da Shopping, e la sua funzione principale è "Search the selected text on amazon when you right-click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Amazopen - Right Click Search

Scarica i file di estensione Amazopen - Right Click Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
URL Ufficiale https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Descrizione Search the selected text on amazon when you right-click.
Dimensione del File 16.23 KB
Conteggio Installazioni 13,090
Versione Corrente 1.55
Ultimo Aggiornamento 2023-08-18
Data di Pubblicazione 2018-05-27
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore Shopping
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://amazopen.com
Lingue Supportate 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"
    ]
}