Go Walkscore.com For Trulia

On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon

What is Go Walkscore.com For Trulia?

Go Walkscore.com For Trulia is a Chrome extension developed by mike, and its main feature is "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".

Extension Screenshots

screenshot

Download Go Walkscore.com For Trulia Extension CRX File

Download Go Walkscore.com For Trulia 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

                        On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Support for the Zillow site coming soon                    

Extension Basic Information

Name Go Walkscore.com For Trulia Go Walkscore.com For Trulia
ID kcgpklhgopdocangbkjfbgpgjnmjmiek
Official URL https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek
Description On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon
File Size 94.45 KB
Installation Count 40
Current Version 1.0
Last Updated 2016-01-24
Publish Date 2016-01-24
Rating 5.00/5 Total 2 Ratings
Developer mike
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go Walkscore.com For Trulia",
    "description": "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Works on Trulia only should see a: \n 'Get Walkscore' link under the ADDRESS"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trulia.com\/*"
            ],
            "js": [
                "jquery-1.12.0.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}