Commuter Homes London

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

Commuter Homes Londonคืออะไร?

Commuter Homes London เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reddoodler และคุณลักษณะหลักของมันคือ "Adds public transport commute times to Rightmove listings from the property to your work place"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Commuter Homes London

ดาวน์โหลดไฟล์ส่วนขยาย Commuter Homes London ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}