Waze - Google Maps™ link

Waze Map Editor script that creates a link to the current position in Google Maps™.

Qu'est-ce que Waze - Google Maps™ link ?

Waze - Google Maps™ link est une extension Chrome développée par nalym, et sa fonction principale est "Waze Map Editor script that creates a link to the current position in Google Maps™.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Waze - Google Maps™ link

Téléchargez les fichiers d'extension Waze - Google Maps™ link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Waze Map Editor (WME) addon, that creates a link to the current position in Google Maps™. Link appears next to the waze permalink.                    

Informations de Base sur l'Extension

Nom Waze - Google Maps™ link Waze - Google Maps™ link
ID jblojdkgpamepmiammlgkkhknojnlmai
URL Officiel https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai
Description Waze Map Editor script that creates a link to the current position in Google Maps™.
Taille du Fichier 13.71 KB
Nombre d'Installations 10,000
Version Actuelle 1.2.2
Dernière Mise à Jour 2015-04-22
Date de Publication 2015-04-22
Évaluation 4.22/5 Total 476 Évaluations
Développeur nalym
Type de Paiement free
Langues Prises en Charge 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"
    }
}