Yelp to Google Maps
Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.
Что такое Yelp to Google Maps?
Yelp to Google Maps - это расширение Chrome, разработанное sifxtreme, и его основная функция - "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.".
Снимки экрана расширения
Скачать файл CRX расширения Yelp to Google Maps
Скачайте файлы расширений Yelp to Google Maps в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hate clicking on an address on Yelp and having it opening in Yelp maps? Use this extension to have the address from a Yelp restaurant page open in Google Maps.
Основная информация о расширении
Название | |
ID | fpmjnpeaolcopddalaodjlabiplflnlb |
Официальный URL | https://chrome.google.com/webstore/detail/yelp-to-google-maps/fpmjnpeaolcopddalaodjlabiplflnlb |
Описание | Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps. |
Размер файла | 37.11 KB |
Количество установок | 1,000 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2015-05-17 |
Дата публикации | 2015-05-17 |
Рейтинг | 3.62/5 Всего 13 оценок |
Разработчик | sifxtreme |
Тип оплаты | free |
Официальный сайт расширения | http://www.lifesforlearning.com |
URL страницы помощи | http://www.lifesforlearning.com |
URL страницы политики конфиденциальности | https://github.com/sifxtreme/yelp-to-maps-extension/blob/master/privacy-policy.md |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yelp to Google Maps", "version": "1.0.2", "manifest_version": 2, "description": "Hate clicking on an address on Yelp and it opening in Yelp maps? Use this to have directions from a Yelp page open in Google Maps.", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.yelp.com\/*", "https:\/\/www.yelp.com\/*" ], "js": [ "content.js" ] } ] } |