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
Was ist Go Walkscore.com For Trulia?
Go Walkscore.com For Trulia ist eine Chrome-Erweiterung, die von mike entwickelt wurde, und ihr Hauptmerkmal ist "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".
Erweiterungsscreenshots
Go Walkscore.com For Trulia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go Walkscore.com For Trulia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
| Offizielle URL | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
| Beschreibung | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
| Dateigröße | 94.45 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-01-24 |
| Veröffentlichungsdatum | 2016-01-24 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | mike |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |