Waze - Google Maps™ link

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

Cos'è Waze - Google Maps™ link?

Waze - Google Maps™ link è un'estensione di Chrome sviluppata da nalym, e la sua funzione principale è "Waze Map Editor script that creates a link to the current position in Google Maps™.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Waze - Google Maps™ link

Scarica i file di estensione Waze - Google Maps™ link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Waze - Google Maps™ link Waze - Google Maps™ link
ID jblojdkgpamepmiammlgkkhknojnlmai
URL Ufficiale https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai
Descrizione Waze Map Editor script that creates a link to the current position in Google Maps™.
Dimensione del File 13.71 KB
Conteggio Installazioni 10,000
Versione Corrente 1.2.2
Ultimo Aggiornamento 2015-04-22
Data di Pubblicazione 2015-04-22
Valutazione 4.22/5 Totale 476 Valutazioni
Sviluppatore nalym
Tipo di Pagamento free
Lingue Supportate 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"
    }
}