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
官方網址 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"
            ]
        }
    ]
}