Navigation from
Open maps quickly, without typing source and destination
O que é Navigation from?
Navigation from é uma extensão do Chrome desenvolvida por http://mem-tree.appspot.com, e sua principal característica é "Open maps quickly, without typing source and destination".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Navigation from
Baixe arquivos de extensão Navigation from 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
Reduce the effort of going to maps and typing source and destination addresses. 1) Define shortcuts like home/work on options page of the extension for source address. (Tools -> Extensions) 2) Later on, simply select text and right click to find distance from home/work to the selected text.
Informações Básicas da Extensão
Nome | |
ID | aedcpciiciakckjbidcgjfogghcojfnl |
URL Oficial | https://chrome.google.com/webstore/detail/navigation-from/aedcpciiciakckjbidcgjfogghcojfnl |
Descrição | Open maps quickly, without typing source and destination |
Tamanho do Arquivo | 12.02 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.0.8 |
Última Atualização | 2015-08-06 |
Data de Publicação | 2015-08-06 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | http://mem-tree.appspot.com |
Tipo de Pagamento | free |
Site da Extensão | http://mem-tree.appspot.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Navigation from", "description": "Open maps quickly, without typing source and destination", "version": "1.0.8", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |