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 concept47 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets you move through hotel.com photo galleries using the left and right keys"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Hotels.com Photo Gallery Navigation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |