Better Hotels.com Photo Gallery Navigation

Lets you move through hotel.com photo galleries using the left and right keys

Co to jest Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation to rozszerzenie Chrome opracowane przez concept47, a jego główną funkcją jest „Lets you move through hotel.com photo galleries using the left and right keys”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Better Hotels.com Photo Gallery Navigation

Pobierz pliki rozszerzeń Better Hotels.com Photo Gallery Navigation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Oficjalny URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Opis Lets you move through hotel.com photo galleries using the left and right keys
Rozmiar pliku 32.24 KB
Liczba instalacji 173
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2014-08-13
Data Publikacji 2014-08-13
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper concept47
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://concept47.com
Adres URL Strony Pomocy http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Obsługiwane Języki 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"
            ]
        }
    ]
}