Better Hotels.com Photo Gallery Navigation

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

Vad är Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation är en Chrome-tillägg utvecklad av concept47, och dess huvudfunktion är "Lets you move through hotel.com photo galleries using the left and right keys".

Tilläggsskärmbilder

screenshot

Ladda ner Better Hotels.com Photo Gallery Navigation-förlängningens CRX-fil

Ladda ner Better Hotels.com Photo Gallery Navigation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Officiell webbadress https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Beskrivning Lets you move through hotel.com photo galleries using the left and right keys
Filstorlek 32.24 KB
Antal Installationer 173
Aktuell Version 2.0.1
Senast Uppdaterad 2014-08-13
Publiceringsdatum 2014-08-13
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare concept47
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://concept47.com
Hjälpsida URL http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Stödda Språk 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"
            ]
        }
    ]
}