Better Hotels.com Photo Gallery Navigation

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

Wat is Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation is een Chrome-extensie ontwikkeld door concept47, en de belangrijkste functie is "Lets you move through hotel.com photo galleries using the left and right keys".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Better Hotels.com Photo Gallery Navigation

Download Better Hotels.com Photo Gallery Navigation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Officiële URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Beschrijving Lets you move through hotel.com photo galleries using the left and right keys
Bestandsgrootte 32.24 KB
Aantal Installaties 173
Huidige Versie 2.0.1
Laatst Bijgewerkt 2014-08-13
Publicatiedatum 2014-08-13
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar concept47
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://concept47.com
Help Pagina-URL http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Ondersteunde Talen 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"
            ]
        }
    ]
}