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

什麼是Go Walkscore.com For Trulia?

Go Walkscore.com For Trulia是由mike開發的Chrome擴展程式,該擴展的主要功能是“On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon”。

擴展截圖

screenshot

下載Go Walkscore.com For Trulia擴展crx文件

下載Go Walkscore.com For Trulia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Go Walkscore.com For Trulia Go Walkscore.com For Trulia
ID kcgpklhgopdocangbkjfbgpgjnmjmiek
官方網址 https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek
簡介 On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon
檔案大小 94.45 KB
安裝次數 40
目前版本 1.0
更新時間 2016-01-24
上架時間 2016-01-24
評分 5.00/5 共 2 次評分
開發者 mike
付費類型 free
支援的語言 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
}