Better Hotels.com Photo Gallery Navigation

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

Hvad er Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation er en Chrome-udvidelse udviklet af concept47, og dens hovedfunktion er "Lets you move through hotel.com photo galleries using the left and right keys".

Udvidelsesskærmbilleder

screenshot

Download Better Hotels.com Photo Gallery Navigation-udvidelses-CRX-fil

Download Better Hotels.com Photo Gallery Navigation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Officiel URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Beskrivelse Lets you move through hotel.com photo galleries using the left and right keys
Filstørrelse 32.24 KB
Antal Installationer 173
Nuværende Version 2.0.1
Senest Opdateret 2014-08-13
Udgivelsesdato 2014-08-13
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler concept47
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://concept47.com
Hjælpeside-URL http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Understøttede Sprog 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"
            ]
        }
    ]
}