Better Hotels.com Photo Gallery Navigation

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

Co je Better Hotels.com Photo Gallery Navigation?

Better Hotels.com Photo Gallery Navigation je rozšíření Chrome vyvinuté concept47, a jeho hlavní funkcí je „Lets you move through hotel.com photo galleries using the left and right keys“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Hotels.com Photo Gallery Navigation

Stáhněte si soubory rozšíření Better Hotels.com Photo Gallery Navigation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Better Hotels.com Photo Gallery Navigation Better Hotels.com Photo Gallery Navigation
ID felocgcgbbnpghlgbepdpdolajmjkhbl
Oficiální URL https://chrome.google.com/webstore/detail/better-hotelscom-photo-ga/felocgcgbbnpghlgbepdpdolajmjkhbl
Popis Lets you move through hotel.com photo galleries using the left and right keys
Velikost souboru 32.24 KB
Počet instalací 173
Aktuální Verze 2.0.1
Poslední Aktualizace 2014-08-13
Datum Vydání 2014-08-13
Hodnocení 4.80/5 Celkem 5 Hodnocení
Vývojář concept47
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://concept47.com
URL Stránky Nápovědy http://www.concept47.com/austin_web_development_contact.phphttps://bitbucket.org/concept47/better_hotels.com_gallery/issues?status=new&status=open
Podporované Jazyky 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"
            ]
        }
    ]
}