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
Go Walkscore.com For Trulia क्या है?
Go Walkscore.com For Trulia mike द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Go Walkscore.com For Trulia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Go Walkscore.com For Trulia |
ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
आधिकारिक URL | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
विवरण | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
फ़ाइल का आकार | 94.45 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-01-24 |
प्रकाशन तिथि | 2016-01-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | mike |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |