Pin Dropper For Street View

This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude

O que é Pin Dropper For Street View?

Pin Dropper For Street View é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pin Dropper For Street View

Baixe arquivos de extensão Pin Dropper For Street View 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

                        This adds an extension button that, if pressed while within Google Street View, will open a new tab with a pin dropped at the GPS coordinates for that Street View Location.

Ordinarily, Google uses the address, rather than coordinates - this works fine in cities but very poorly in the countryside.

Example use case:  I'm looking for a gate into a rural field.  Click through on Street View, once you find what you're looking for, click the icon and new window will open with the pin where you want it!                    

Informações Básicas da Extensão

Nome Pin Dropper For Street View Pin Dropper For Street View
ID dgmacjnomcdgmjiaemhhnjphmjfcmnmh
URL Oficial https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh
Descrição This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
Tamanho do Arquivo 25.39 KB
Contagem de Instalações 488
Versão Atual 1.0
Última Atualização 2017-01-02
Data de Publicação 2017-01-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin Dropper For Street View",
    "description": "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click me to drop a pin!"
    },
    "permissions": [
        "activeTab"
    ]
}