Waze - Google Maps™ link

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

O que é Waze - Google Maps™ link?

Waze - Google Maps™ link é uma extensão do Chrome desenvolvida por nalym, e sua principal característica é "Waze Map Editor script that creates a link to the current position in Google Maps™.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Waze - Google Maps™ link

Baixe arquivos de extensão Waze - Google Maps™ link no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Waze - Google Maps™ link Waze - Google Maps™ link
ID jblojdkgpamepmiammlgkkhknojnlmai
URL Oficial https://chromewebstore.google.com/detail/waze-google-maps-link/jblojdkgpamepmiammlgkkhknojnlmai
Descrição Waze Map Editor script that creates a link to the current position in Google Maps™.
Tamanho do Arquivo 13.71 KB
Contagem de Instalações 10,000
Versão Atual 1.2.2
Última Atualização 2015-04-22
Data de Publicação 2015-04-22
Classificação 4.22/5 Total de 476 Avaliações
Desenvolvedor nalym
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}