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?

Better Hotels.com Photo Gallery Navigation - это расширение Chrome, разработанное concept47, и его основная функция - "Lets you move through hotel.com photo galleries using the left and right keys".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Better Hotels.com Photo Gallery Navigation

Скачайте файлы расширений Better Hotels.com Photo Gallery Navigation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Официальный URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Описание Lets you move through hotel.com photo galleries using the left and right keys
Размер файла 32.24 KB
Количество установок 173
Текущая Версия 2.0.1
Последнее Обновление 2014-08-13
Дата публикации 2014-08-13
Рейтинг 4.80/5 Всего 5 оценок
Разработчик concept47
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://concept47.com
URL страницы помощи http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Поддерживаемые языки 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"
            ]
        }
    ]
}