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 to jest Go Walkscore.com For Trulia?
Go Walkscore.com For Trulia to rozszerzenie Chrome opracowane przez mike, a jego główną funkcją jest „On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Go Walkscore.com For Trulia
Pobierz pliki rozszerzeń Go Walkscore.com For Trulia w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kcgpklhgopdocangbkjfbgpgjnmjmiek |
| Oficjalny URL | https://chromewebstore.google.com/detail/go-walkscorecom-for-truli/kcgpklhgopdocangbkjfbgpgjnmjmiek |
| Opis | On a Trulia page this extension finds the address and creates a link that opens that address on Walkscore.com. Zillow coming soon |
| Rozmiar pliku | 94.45 KB |
| Liczba instalacji | 40 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-01-24 |
| Data Publikacji | 2016-01-24 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | mike |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |