Better Hotels.com Photo Gallery Navigation
Lets you move through hotel.com photo galleries using the left and right keys
Apa itu Better Hotels.com Photo Gallery Navigation?
Better Hotels.com Photo Gallery Navigation adalah ekstensi Chrome yang dikembangkan oleh concept47, dan fitur utamanya adalah "Lets you move through hotel.com photo galleries using the left and right keys".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better Hotels.com Photo Gallery Navigation
Unduh file ekstensi Better Hotels.com Photo Gallery Navigation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | felocgcgbbnpghlgbepdpdolajmjkhbl |
URL Resmi | https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl |
Deskripsi | Lets you move through hotel.com photo galleries using the left and right keys |
Ukuran File | 32.24 KB |
Jumlah Instalasi | 173 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2014-08-13 |
Tanggal Publikasi | 2014-08-13 |
Penilaian | 4.80/5 Total 5 Penilaian |
Pengembang | concept47 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://concept47.com |
URL Halaman Bantuan | http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open |
Bahasa yang Didukung | 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" ] } ] } |