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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
| 官方URL | 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
} | |