Amazopen - Right Click Search

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

¿Qué es Amazopen - Right Click Search?

Amazopen - Right Click Search es una extensión de Chrome desarrollada por Shopping, y su función principal es "Search the selected text on amazon when you right-click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazopen - Right Click Search

Descarga archivos de extensión Amazopen - Right Click Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Amazopen - Right Click Search Amazopen - Right Click Search
ID ehhhlpdgplkjdcgodmkgonnjhpkdiilc
URL Oficial https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc
Descripción Search the selected text on amazon when you right-click.
Tamaño del Archivo 16.23 KB
Cantidad de Instalaciones 13,090
Versión Actual 1.55
Última Actualización 2023-08-18
Fecha de Publicación 2018-05-27
Calificación 3.22/5 Total de 9 Calificaciones
Desarrollador Shopping
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://amazopen.com
Idiomas Soportados 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"
    ]
}