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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |