Waze - Google Maps™ link
Waze Map Editor script that creates a link to the current position in Google Maps™.
Wat is Waze - Google Maps™ link?
Waze - Google Maps™ link is een Chrome-extensie ontwikkeld door nalym, en de belangrijkste functie is "Waze Map Editor script that creates a link to the current position in Google Maps™.".
Extensie Screenshots
Download het CRX-bestand van de extensie Waze - Google Maps™ link
Download Waze - Google Maps™ link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | jblojdkgpamepmiammlgkkhknojnlmai | 
| Officiële URL | https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai | 
| Beschrijving | Waze Map Editor script that creates a link to the current position in Google Maps™. | 
| Bestandsgrootte | 13.71 KB | 
| Aantal Installaties | 10,000 | 
| Huidige Versie | 1.2.2 | 
| Laatst Bijgewerkt | 2015-04-22 | 
| Publicatiedatum | 2015-04-22 | 
| Beoordeling | 4.22/5 Totaal 476 Beoordelingen | 
| Ontwikkelaar | nalym | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |