Wander - Enjoy new locations

Enjoy a new location every time Google Maps is opened.

O que é Wander - Enjoy new locations?

Wander - Enjoy new locations é uma extensão do Chrome desenvolvida por G. Hussain Chinoy, e sua principal característica é "Enjoy a new location every time Google Maps is opened.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wander - Enjoy new locations

Baixe arquivos de extensão Wander - Enjoy new locations 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

                        Explore new locations every time Google Maps is opened. A great way to get a fresh perspective.

Install the extension then go to maps.google.com or www.google.com/maps in the omnibar.

Please note, there's a lot of water on earth :) 


Source available: github.com/ghchinoy/wander                    

Informações Básicas da Extensão

Nome Wander - Enjoy new locations Wander - Enjoy new locations
ID enlmcegliapfhohngccbdgehjdbhjpbm
URL Oficial https://chromewebstore.google.com/detail/wander-enjoy-new-location/enlmcegliapfhohngccbdgehjdbhjpbm
Descrição Enjoy a new location every time Google Maps is opened.
Tamanho do Arquivo 32.38 KB
Contagem de Instalações 31
Versão Atual 1.0.2
Última Atualização 2015-03-03
Data de Publicação 2015-03-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor G. Hussain Chinoy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wander - Enjoy new locations",
    "description": "Enjoy a new location every time Google Maps is opened.",
    "version": "1.0.2",
    "manifest_version": 2,
    "author": "G. Hussain Chinoy",
    "short_name": "Wander",
    "icons": {
        "16": "images\/wander_16.png",
        "32": "images\/wander_32.png",
        "48": "images\/wander_48.png",
        "128": "images\/wander_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/maps.google.com\/*",
        "*:\/\/www.google.com\/maps\/*",
        "webRequestBlocking"
    ]
}