Walk Score for Redfin and TheMLS.com

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

什么是Walk Score for Redfin and TheMLS.com?

Walk Score for Redfin and TheMLS.com是由Simon G.开发的Chrome扩展程序,该扩展的主要功能是“Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.”。

扩展截图

screenshot

下载Walk Score for Redfin and TheMLS.com扩展crx文件

下载Walk Score for Redfin and TheMLS.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Walk Score for Redfin and TheMLS.com Walk Score for Redfin and TheMLS.com
ID jjejooaohjgoapilebkhgigocepijmnp
官方URL https://chromewebstore.google.com/detail/walk-score-for-redfin-and/jjejooaohjgoapilebkhgigocepijmnp
简介 Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.
文件大小 70.34 KB
安装次数 77
当前版本 1.0.3
更新时间 2014-01-12
上架时间 2014-01-11
评分 5.00/5 共1次评分
开发者 Simon G.
付费类型 free
支持的语言 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"
            }
        }
    }
}