Better Hotels.com Photo Gallery Navigation

Lets you move through hotel.com photo galleries using the left and right keys

¿Qué es Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation es una extensión de Chrome desarrollada por concept47, y su función principal es "Lets you move through hotel.com photo galleries using the left and right keys".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Better Hotels.com Photo Gallery Navigation

Descarga archivos de extensión Better Hotels.com Photo Gallery Navigation 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

                        I use hotels.com a lot, and the image galleries on the individual hotel pages haven't caught up to the rest of the internet, so using your keyboard to navigate the images (left and right keys to move back and forward) doesn't yet work. This extension fixes that.                    

Información Básica de la Extensión

Nombre Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
URL Oficial https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Descripción Lets you move through hotel.com photo galleries using the left and right keys
Tamaño del Archivo 32.24 KB
Cantidad de Instalaciones 173
Versión Actual 2.0.1
Última Actualización 2014-08-13
Fecha de Publicación 2014-08-13
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador concept47
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://concept47.com
URL de la Página de Ayuda http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Hotels.com Photo Gallery Navigation",
    "manifest_version": 2,
    "description": "Lets you move through hotel.com photo galleries using the left and right keys",
    "version": "2.0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.hotels.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content.js"
            ]
        }
    ]
}