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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |