Instant GPS Coordinates

One-click GPS coordinates grabber and sharer!

¿Qué es Instant GPS Coordinates?

Instant GPS Coordinates es una extensión de Chrome desarrollada por intechmalaysia, y su función principal es "One-click GPS coordinates grabber and sharer!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Instant GPS Coordinates

Descarga archivos de extensión Instant GPS Coordinates 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

                        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].                    

Información Básica de la Extensión

Nombre Instant GPS Coordinates Instant GPS Coordinates
ID pplhhobbdamhmboandfdcjihieaakmjd
URL Oficial https://chrome.google.com/webstore/detail/instant-gps-coordinates/pplhhobbdamhmboandfdcjihieaakmjd
Descripción One-click GPS coordinates grabber and sharer!
Tamaño del Archivo 944 KB
Cantidad de Instalaciones 11,966
Versión Actual 1.0
Última Actualización 2013-08-20
Fecha de Publicación 2013-08-20
Calificación 4.29/5 Total de 87 Calificaciones
Desarrollador intechmalaysia
Tipo de Pago free
Sitio Web de la Extensión http://intech-malaysia.com/
URL de la Página de Ayuda http://intech-malaysia.com/support
Idiomas Soportados 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
}