Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
O que é Maps URL Converter?
Maps URL Converter é uma extensão do Chrome desenvolvida por https://lamphanviet.com, e sua principal característica é "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Maps URL Converter
Baixe arquivos de extensão Maps URL Converter 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
Maps URL Converter You're browsing Google Maps and want to access the same location on Bing Maps to compare their maps ? You need only one click (actually two clicks) to do it by using this tool. This will parsing your current URL and convert it to these URLs for: Google Maps, Bing Maps, OpenStreetMaps. Warning: This only works if the current maps have lat/long/zoom on the URL and it changes dynamically when you move the maps.
Informações Básicas da Extensão
Nome | Maps URL Converter |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
URL Oficial | https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi |
Descrição | Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo |
Tamanho do Arquivo | 330 KB |
Contagem de Instalações | 1,115 |
Versão Atual | 2.0 |
Última Atualização | 2014-03-27 |
Data de Publicação | 2014-03-26 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | https://lamphanviet.com |
Tipo de Pagamento | free |
Site da Extensão | http://lamphanviet.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maps URL Converter", "version": "2.0", "manifest_version": 2, "description": "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |