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 - это расширение Chrome, разработанное 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 расширения Go Walkscore.com For Trulia
Скачайте файлы расширений Go Walkscore.com For Trulia в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| 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
} | |