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

¿Qué es Pin Dropper For Street View?

Pin Dropper For Street View es una extensión de Chrome desarrollada por Unknown, y su función principal es "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Pin Dropper For Street View

Descarga archivos de extensión Pin Dropper For Street View en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre 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
Descripción This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
Tamaño del Archivo 25.39 KB
Cantidad de Instalaciones 488
Versión Actual 1.0
Última Actualización 2017-01-02
Fecha de Publicación 2017-01-01
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    ]
}