Better Hotels.com Photo Gallery Navigation

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

Was ist Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation ist eine Chrome-Erweiterung, die von concept47 entwickelt wurde, und ihr Hauptmerkmal ist "Lets you move through hotel.com photo galleries using the left and right keys".

Erweiterungsscreenshots

screenshot

Better Hotels.com Photo Gallery Navigation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better Hotels.com Photo Gallery Navigation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Offizielle URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Beschreibung Lets you move through hotel.com photo galleries using the left and right keys
Dateigröße 32.24 KB
Installationsanzahl 173
Aktuelle Version 2.0.1
Letztes Update 2014-08-13
Veröffentlichungsdatum 2014-08-13
Bewertung 4.80/5 Insgesamt 5 Bewertungen
Entwickler concept47
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://concept47.com
Hilfeseite URL http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Unterstützte Sprachen 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"
            ]
        }
    ]
}