Walk Score for Redfin and TheMLS.com

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

O que é Walk Score for Redfin and TheMLS.com?

Walk Score for Redfin and TheMLS.com é uma extensão do Chrome desenvolvida por Simon G., e sua principal característica é "Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Walk Score for Redfin and TheMLS.com

Baixe arquivos de extensão Walk Score for Redfin and TheMLS.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Walk Score for Redfin and TheMLS.com Walk Score for Redfin and TheMLS.com
ID jjejooaohjgoapilebkhgigocepijmnp
URL Oficial https://chromewebstore.google.com/detail/walk-score-for-redfin-and/jjejooaohjgoapilebkhgigocepijmnp
Descrição Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com.
Tamanho do Arquivo 70.34 KB
Contagem de Instalações 77
Versão Atual 1.0.3
Última Atualização 2014-01-12
Data de Publicação 2014-01-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Simon G.
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    }
}