Better Hotels.com Photo Gallery Navigation

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

What is Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation is a Chrome extension developed by concept47, and its main feature is "Lets you move through hotel.com photo galleries using the left and right keys".

Extension Screenshots

screenshot

Download Better Hotels.com Photo Gallery Navigation Extension CRX File

Download Better Hotels.com Photo Gallery Navigation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Official URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Description Lets you move through hotel.com photo galleries using the left and right keys
File Size 32.24 KB
Installation Count 173
Current Version 2.0.1
Last Updated 2014-08-13
Publish Date 2014-08-13
Rating 4.80/5 Total 5 Ratings
Developer concept47
Email [email protected]
Payment Type free
Extension Website http://concept47.com
Help Page URL http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Supported Languages 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"
            ]
        }
    ]
}