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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds public transport commute times to Rightmove listings from the property to your work place"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Commuter Homes London एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |