Commuter Homes London

Adds public transport commute times to Rightmove listings from the property to your work place

Commuter Homes London란 무엇입니까?

Commuter Homes London은(는) Reddoodler에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds public transport commute times to Rightmove listings from the property to your work place"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Commuter Homes London 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Easily find out how long it would take to commute to work whilst browsing Rightmove. 

*Whats New in v2.2*
- Fixed bug causing 'No routes found'

1) Install
2) Navigate to rightmove.co.uk
3) Search for your desired property (rent or buy)

You will notice an additional option in the left hand menu titled 'Commute postcode'

4) Add the postcode of your place(s) of work
5) Wait a moment for the magic to happen :)

You should now see the travel time and transport methods for each property listed. To find more detail on a particular journey you can hover your mouse over one of the icons to get a description of that step. You can also click a route to see all available journeys on TFL's site.

The journey information will also be listed on each property listing underneath the 'nearest stations' details.

Please note that this extension is in no way associated with Rightmove or TFL.                    

확장 프로그램 기본 정보

이름 Commuter Homes London Commuter Homes London
ID iiahaffkigbdhodgcpncmhcijjfcpdpo
공식 URL https://chromewebstore.google.com/detail/commuter-homes-london/iiahaffkigbdhodgcpncmhcijjfcpdpo
설명 Adds public transport commute times to Rightmove listings from the property to your work place
파일 크기 102 KB
설치 횟수 325
현재 버전 2.2
최근 업데이트 2015-12-07
출시 날짜 2015-12-07
평점 4.75/5 총 20 개의 평점
개발자 Reddoodler
결제 유형 free
확장 프로그램 웹 사이트 http://commuterhomes.london
도움말 페이지 URL http://commuterhomes.london/#what
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Commuter Homes London",
    "version": "2.2",
    "manifest_version": 2,
    "description": "Adds public transport commute times to Rightmove listings from the property to your work place",
    "homepage_url": "http:\/\/www.rightmove.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.rightmove.co.uk\/*"
            ],
            "js": [
                "src\/inject\/jquery.js",
                "src\/inject\/lz-string.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/icons.css",
        "css\/style.css",
        "img\/loading.gif",
        "img\/Facebook.png",
        "img\/Google+.png",
        "img\/Twitter.png",
        "img\/Email.png",
        "img\/Reddit.png",
        "icons\/icon128.png"
    ]
}