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
Cos'è Go Walkscore.com For Trulia?
Go Walkscore.com For Trulia è un'estensione di Chrome sviluppata da mike, e la sua funzione principale è "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go Walkscore.com For Trulia
Scarica i file di estensione Go Walkscore.com For Trulia in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Go Walkscore.com For Trulia |
ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
URL Ufficiale | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
Descrizione | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
Dimensione del File | 94.45 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-01-24 |
Data di Pubblicazione | 2016-01-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | mike |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |