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
Qu'est-ce que Go Walkscore.com For Trulia ?
Go Walkscore.com For Trulia est une extension Chrome développée par mike, et sa fonction principale est "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Go Walkscore.com For Trulia
Téléchargez les fichiers d'extension Go Walkscore.com For Trulia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Go Walkscore.com For Trulia |
ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
URL Officiel | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
Description | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
Taille du Fichier | 94.45 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-01-24 |
Date de Publication | 2016-01-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | mike |
Type de Paiement | free |
Langues Prises en Charge | 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 } |