Better Hotels.com Photo Gallery Navigation

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

Qu'est-ce que Better Hotels.com Photo Gallery Navigation ?

Better Hotels.com Photo Gallery Navigation est une extension Chrome développée par concept47, et sa fonction principale est "Lets you move through hotel.com photo galleries using the left and right keys".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better Hotels.com Photo Gallery Navigation

Téléchargez les fichiers d'extension Better Hotels.com Photo Gallery Navigation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
URL Officiel 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
Taille du Fichier 32.24 KB
Nombre d'Installations 173
Version Actuelle 2.0.1
Dernière Mise à Jour 2014-08-13
Date de Publication 2014-08-13
Évaluation 4.80/5 Total 5 Évaluations
Développeur concept47
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://concept47.com
URL de la Page d'Aide http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Langues Prises en Charge 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"
            ]
        }
    ]
}