Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Co je Waze - Google Maps™ link?
Waze - Google Maps™ link je rozšíření Chrome vyvinuté nalym, a jeho hlavní funkcí je „Waze Map Editor script that creates a link to the current position in Google Maps™.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Waze - Google Maps™ link
Stáhněte si soubory rozšíření Waze - Google Maps™ link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.
Základní Informace o Rozšíření
Název | Waze - Google Maps™ link |
ID | jblojdkgpamepmiammlgkkhknojnlmai |
Oficiální URL | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai |
Popis | Waze Map Editor script that creates a link to the current position in Google Maps™. |
Velikost souboru | 13.71 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.2.2 |
Poslední Aktualizace | 2015-04-22 |
Datum Vydání | 2015-04-22 |
Hodnocení | 4.22/5 Celkem 476 Hodnocení |
Vývojář | nalym |
Typ Platby | free |
Podporované Jazyky | 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" } } |