Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Co to jest Waze - Google Maps™ link?
Waze - Google Maps™ link to rozszerzenie Chrome opracowane przez nalym, a jego główną funkcją jest „Waze Map Editor script that creates a link to the current position in Google Maps™.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Waze - Google Maps™ link
Pobierz pliki rozszerzeń Waze - Google Maps™ link 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
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
Podstawowe informacje o rozszerzeniu
Nazwa | Waze - Google Maps™ link |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
Oficjalny URL | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
Opis | Waze Map Editor script that creates a link to the current position in Google Maps™. |
Rozmiar pliku | 13.71 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2015-04-22 |
Data Publikacji | 2015-04-22 |
Ocena | 4.22/5 Łącznie 476 Oceny |
Deweloper | nalym |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |