Nearby

A beautifully minimalist render of the world outside, from the inside of every new tab.

O que é Nearby?

Nearby é uma extensão do Chrome desenvolvida por lukejacksonn, e sua principal característica é "A beautifully minimalist render of the world outside, from the inside of every new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nearby

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

                        Be inspired by a regular glimpse of the outside world around you. The extension will fill your new tab pane with a subtly themed map of your surroundings based on your current location. Take a moment to appreciate the unique geography of your neighbourhood and see it evolve as you travel from place to place.                    

Informações Básicas da Extensão

Nome Nearby Nearby
ID lijbcojopabonmlehhajelhdaoklbogi
URL Oficial https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi
Descrição A beautifully minimalist render of the world outside, from the inside of every new tab.
Tamanho do Arquivo 12.79 KB
Contagem de Instalações 87
Versão Atual 1.0.0
Última Atualização 2018-11-06
Data de Publicação 2018-11-05
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor lukejacksonn
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nearby",
    "description": "A beautifully minimalist render of the world outside, from the inside of every new tab.",
    "version": "1.0.0",
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/maps.googleapis.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com; object-src 'self'"
}