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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better Hotels.com Photo Gallery Navigation
قم بتنزيل ملفات الامتداد Better Hotels.com Photo Gallery Navigation بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } ] } |