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是由concept47开发的Chrome扩展程序,该扩展的主要功能是“Lets you move through hotel.com photo galleries using the left and right keys”。

扩展截图

screenshot

下载Better Hotels.com Photo Gallery Navigation扩展crx文件

下载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"
            ]
        }
    ]
}