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'est-ce que Pin Dropper For Street View ?

Pin Dropper For Street View est une extension Chrome développée par Unknown, et sa fonction principale est "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pin Dropper For Street View

Téléchargez les fichiers d'extension Pin Dropper For Street View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Pin Dropper For Street View Pin Dropper For Street View
ID dgmacjnomcdgmjiaemhhnjphmjfcmnmh
URL Officiel https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh
Description This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
Taille du Fichier 25.39 KB
Nombre d'Installations 488
Version Actuelle 1.0
Dernière Mise à Jour 2017-01-02
Date de Publication 2017-01-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}