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

Was ist Pin Dropper For Street View?

Pin Dropper For Street View ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude".

Erweiterungsscreenshots

screenshot

Pin Dropper For Street View-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pin Dropper For Street View-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Pin Dropper For Street View Pin Dropper For Street View
ID dgmacjnomcdgmjiaemhhnjphmjfcmnmh
Offizielle URL https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh
Beschreibung This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
Dateigröße 25.39 KB
Installationsanzahl 488
Aktuelle Version 1.0
Letztes Update 2017-01-02
Veröffentlichungsdatum 2017-01-01
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}