Better Hotels.com Photo Gallery Navigation
Lets you move through hotel.com photo galleries using the left and right keys
Cos'è Better Hotels.com Photo Gallery Navigation?
Better Hotels.com Photo Gallery Navigation è un'estensione di Chrome sviluppata da concept47, e la sua funzione principale è "Lets you move through hotel.com photo galleries using the left and right keys".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Hotels.com Photo Gallery Navigation
Scarica i file di estensione Better Hotels.com Photo Gallery Navigation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | felocgcgbbnpghlgbepdpdolajmjkhbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl |
Descrizione | Lets you move through hotel.com photo galleries using the left and right keys |
Dimensione del File | 32.24 KB |
Conteggio Installazioni | 173 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2014-08-13 |
Data di Pubblicazione | 2014-08-13 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | concept47 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://concept47.com |
URL della Pagina di Aiuto | http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open |
Lingue Supportate | 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" ] } ] } |