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
Wat is Go Walkscore.com For Trulia?
Go Walkscore.com For Trulia is een Chrome-extensie ontwikkeld door mike, en de belangrijkste functie is "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".
Extensie Screenshots
Download het CRX-bestand van de extensie Go Walkscore.com For Trulia
Download Go Walkscore.com For Trulia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Go Walkscore.com For Trulia |
ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
Officiële URL | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
Beschrijving | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
Bestandsgrootte | 94.45 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-01-24 |
Publicatiedatum | 2016-01-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mike |
Betalingswijze | free |
Ondersteunde Talen | 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 } |