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 là gì?
Better Hotels.com Photo Gallery Navigation là một tiện ích mở rộng Chrome được phát triển bởi concept47, và tính năng chính của nó là "Lets you move through hotel.com photo galleries using the left and right keys".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Better Hotels.com Photo Gallery Navigation
Tải xuống các tệp mở rộng Better Hotels.com Photo Gallery Navigation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | felocgcgbbnpghlgbepdpdolajmjkhbl |
URL Chính Thức | https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl |
Mô tả | Lets you move through hotel.com photo galleries using the left and right keys |
Kích Thước Tệp | 32.24 KB |
Số Lần Cài Đặt | 173 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2014-08-13 |
Ngày Phát Hành | 2014-08-13 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | concept47 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://concept47.com |
URL Trang Trợ Giúp | http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |