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