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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the Walk Score page for houses listed on Redfin.com and pro.theMLS.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Walk Score for Redfin and TheMLS.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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