Better Hotels.com Photo Gallery Navigation

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

Τι είναι το Better Hotels.com Photo Gallery Navigation;

Το Better Hotels.com Photo Gallery Navigation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον concept47, και η κύρια λειτουργία του είναι "Lets you move through hotel.com photo galleries using the left and right keys".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Better Hotels.com Photo Gallery Navigation

Λήψη αρχείων επέκτασης Better Hotels.com Photo Gallery Navigation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Επίσημο URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Περιγραφή Lets you move through hotel.com photo galleries using the left and right keys
Μέγεθος Αρχείου 32.24 KB
Αριθμός Εγκαταστάσεων 173
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2014-08-13
Ημερομηνία Δημοσίευσης 2014-08-13
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής concept47
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://concept47.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}