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
Τι είναι το Pin Dropper For Street View;
Το Pin Dropper For Street View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Pin Dropper For Street View
Λήψη αρχείων επέκτασης Pin Dropper For Street View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Pin Dropper For Street View |
ID | dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
Επίσημο URL | https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh |
Περιγραφή | This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude |
Μέγεθος Αρχείου | 25.39 KB |
Αριθμός Εγκαταστάσεων | 488 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2017-01-02 |
Ημερομηνία Δημοσίευσης | 2017-01-01 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |