Get Directions

Get directions by right-clicking highlighted text.

O que é Get Directions?

Get Directions é uma extensão do Chrome desenvolvida por sterfry1988, e sua principal característica é "Get directions by right-clicking highlighted text.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Get Directions

Baixe arquivos de extensão Get Directions 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

                        Version 2.0
Updates: New icons, you can now get directions to the "Home" and "Work" values set in My places. You can add another custom address in the options of the extension.

Direction extension that will allow you to highlight addresses and subjects and bring up a context menu item directly linking to the Google Maps direction list

For tested behavior please enter your starting location in the options page of the extension                    

Informações Básicas da Extensão

Nome Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
URL Oficial https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Descrição Get directions by right-clicking highlighted text.
Tamanho do Arquivo 37.05 KB
Contagem de Instalações 311
Versão Atual 2
Última Atualização 2014-05-13
Data de Publicação 2014-05-12
Classificação 4.88/5 Total de 8 Avaliações
Desenvolvedor sterfry1988
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Directions",
    "description": "Get directions by right-clicking highlighted text.",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "options_page": "options.html"
}