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
Co je Go Walkscore.com For Trulia?
Go Walkscore.com For Trulia je rozšíření Chrome vyvinuté mike, a jeho hlavní funkcí je „On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Go Walkscore.com For Trulia
Stáhněte si soubory rozšíření Go Walkscore.com For Trulia ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Go Walkscore.com For Trulia |
ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
Oficiální URL | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
Popis | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
Velikost souboru | 94.45 KB |
Počet instalací | 40 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-01-24 |
Datum Vydání | 2016-01-24 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | mike |
Typ Platby | free |
Podporované Jazyky | 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 } |