Better Hotels.com Photo Gallery Navigation
Lets you move through hotel.com photo galleries using the left and right keys
O que é Better Hotels.com Photo Gallery Navigation?
Better Hotels.com Photo Gallery Navigation é uma extensão do Chrome desenvolvida por concept47, e sua principal característica é "Lets you move through hotel.com photo galleries using the left and right keys".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better Hotels.com Photo Gallery Navigation
Baixe arquivos de extensão Better Hotels.com Photo Gallery Navigation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | felocgcgbbnpghlgbepdpdolajmjkhbl |
URL Oficial | https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl |
Descrição | Lets you move through hotel.com photo galleries using the left and right keys |
Tamanho do Arquivo | 32.24 KB |
Contagem de Instalações | 173 |
Versão Atual | 2.0.1 |
Última Atualização | 2014-08-13 |
Data de Publicação | 2014-08-13 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | concept47 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://concept47.com |
URL da Página de Ajuda | http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open |
Idiomas Suportados | 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" ] } ] } |