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