Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Что такое Waze - Google Maps™ link?
Waze - Google Maps™ link - это расширение Chrome, разработанное nalym, и его основная функция - "Waze Map Editor script that creates a link to the current position in Google Maps™.".
Снимки экрана расширения
Скачать файл CRX расширения Waze - Google Maps™ link
Скачайте файлы расширений Waze - Google Maps™ link в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
Основная информация о расширении
Название | |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
Официальный URL | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
Описание | Waze Map Editor script that creates a link to the current position in Google Maps™. |
Размер файла | 13.71 KB |
Количество установок | 10,000 |
Текущая Версия | 1.2.2 |
Последнее Обновление | 2015-04-22 |
Дата публикации | 2015-04-22 |
Рейтинг | 4.22/5 Всего 476 оценок |
Разработчик | nalym |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Waze - Google Maps\u2122 link", "version": "1.2.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.waze.com\/*editor\/*", "https:\/\/*.waze.com\/map-editor\/*", "https:\/\/*.waze.com\/beta_editor\/*", "https:\/\/*.waze.co.il\/*editor\/*", "https:\/\/*.waze.co.il\/beta_editor\/*" ], "js": [ "gmaps_permalink.js" ] } ], "description": "Waze Map Editor script that creates a link to the current position in Google Maps\u2122.", "icons": { "128": "icon_128.png" } } |