Instant GPS Coordinates
One-click GPS coordinates grabber and sharer!
Τι είναι το Instant GPS Coordinates;
Το Instant GPS Coordinates είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον intechmalaysia, και η κύρια λειτουργία του είναι "One-click GPS coordinates grabber and sharer!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Instant GPS Coordinates
Λήψη αρχείων επέκτασης Instant GPS Coordinates σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever had trouble finding a location in your GPS device because you mistyped the address or simply because the address is not found on the device? Want the exact location, the precise point on a road or the highway? What if the place you want to find is not on a road, like your favorite holiday camping spot or perhaps even somewhere in the ocean? How would you feed the address to your GPS device? Instant GPS Coordinates Extension for Chrome is the solution. Simply get the Geo Coordinates of any location from Google Maps, either by searching or physically placing the cursor anywhere on the map. Share it via your favorite social media. Copy the GPS Coordinates and use it on your GPS Device. Features: -Search -Copy to Clipboard -Share, via Gmail, Facebook, Twitter or Google Plus Try it out now! And stay tuned for the upcoming features. Upcoming Features: -Copy to clipboard function with editable postal address -Take a snapshot of map along with the address and coordinates -Bluetooth compatibility to directly transfer coordinates to supported GPS devices Please provide us with your feedback and constructive criticism. You can reach us at [email protected].
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pplhhobbdamhmboandfdcjihieaakmjd |
Επίσημο URL | https://chrome.google.com/webstore/detail/instant-gps-coordinates/pplhhobbdamhmboandfdcjihieaakmjd |
Περιγραφή | One-click GPS coordinates grabber and sharer! |
Μέγεθος Αρχείου | 944 KB |
Αριθμός Εγκαταστάσεων | 11,966 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2013-08-20 |
Ημερομηνία Δημοσίευσης | 2013-08-20 |
Αξιολόγηση | 4.29/5 Συνολικά 87 Αξιολογήσεις |
Προγραμματιστής | intechmalaysia |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://intech-malaysia.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://intech-malaysia.com/support |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant GPS Coordinates", "version": "1.0", "description": "One-click GPS coordinates grabber and sharer!", "permissions": [ "clipboardWrite", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/maps.gstatic.com https:\/\/apis.google.com https:\/\/connect.facebook.net 'unsafe-eval'; object-src 'self' ", "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |