Walk Score for Redfin and TheMLS.com

Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.

What is Walk Score for Redfin and TheMLS.com?

Walk Score for Redfin and TheMLS.com is a Chrome extension developed by Simon G., and its main feature is "Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.".

Extension Screenshots

screenshot

Download Walk Score for Redfin and TheMLS.com Extension CRX File

Download Walk Score for Redfin and TheMLS.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Walk Score® (www.walkscore.com) uses Google Maps to calculate how walkable, bikeable, and transit-friendly a house or apartment is. Redfin.com is a real estate site that lists houses and condos for sale. If you're house hunting, you spend a lot of time bouncing back and forth between these two sites.

This extension combines the sites. While browsing Redfin.com, clicking on the extension (or using the keyboard shortcut Alt+W [Mac]) pops up a small window displaying the Walk Score page for that house.

The extension also supports pro.TheMLS.com, a site that real estate agents use to email listings to their clients.

The extension is not associated with Redfin, TheMLS, or Walk Score. The extension does not remove or alter any ads or features from those sites.                    

Extension Basic Information

Name Walk Score for Redfin and TheMLS.com Walk Score for Redfin and TheMLS.com
ID jjejooaohjgoapilebkhgigocepijmnp
Official URL https://chromewebstore.google.com/detail/walk-score-for-redfin-and/jjejooaohjgoapilebkhgigocepijmnp
Description Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.
File Size 70.34 KB
Installation Count 77
Current Version 1.0.3
Last Updated 2014-01-12
Publish Date 2014-01-11
Rating 5.00/5 Total 1 Ratings
Developer Simon G.
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Walk Score for Redfin and TheMLS.com",
    "short_name": "Walk Score",
    "description": "Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Show Walk Score",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.3.min.js",
                "address_grabber.js"
            ],
            "matches": [
                "http:\/\/*.redfin.com\/*",
                "https:\/\/*.redfin.com\/*",
                "http:\/\/*.themls.com\/*",
                "https:\/\/*.themls.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+W",
                "windows": "Alt+Shift+W",
                "mac": "Alt+W"
            }
        }
    }
}