Amazon.com - Search highlighted text

Search for an highlighted text on Amazon from any website by using the right click context menu.

¿Qué es Amazon.com - Search highlighted text?

Amazon.com - Search highlighted text es una extensión de Chrome desarrollada por mys3lf, y su función principal es "Search for an highlighted text on Amazon from any website by using the right click context menu.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Amazon.com - Search highlighted text

Descarga archivos de extensión Amazon.com - Search highlighted text 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

                        This addon allows the direct search for an highlighted text on Amazon from any website.                    

Información Básica de la Extensión

Nombre Amazon.com - Search highlighted text Amazon.com - Search highlighted text
ID ocelfadkhnoeeeockofnopjookfgmnhm
URL Oficial https://chromewebstore.google.com/detail/amazoncom-search-highligh/ocelfadkhnoeeeockofnopjookfgmnhm
Descripción Search for an highlighted text on Amazon from any website by using the right click context menu.
Tamaño del Archivo 20.91 KB
Cantidad de Instalaciones 369
Versión Actual 1.0
Última Actualización 2013-07-01
Fecha de Publicación 2013-07-01
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador mys3lf
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon.com - Search highlighted text",
    "version": "1.0",
    "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "14",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "160": "icon160.png"
    },
    "manifest_version": 2
}