Glat/Glong

Find the precise latitude and longitude of any point on Google Maps.

What is Glat/Glong?

Glat/Glong is a Chrome extension developed by Unknown, and its main feature is "Find the precise latitude and longitude of any point on Google Maps.".

Extension Screenshots

screenshot
screenshot

Download Glat/Glong Extension CRX File

Download Glat/Glong extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension adds a red dot at the center of Google Maps maps. Clicking the dot reveals the center's coordinates — as an alert box (Mac/Linux only), and in Chrome's developer console (Mac/Linux/Windows).

Glat/Glong works on both the new ("preview") and old versions Google Maps.

--- 

# Privacy

Glat/Glong does not collect any data, or share your data or actions with anybody.

Glat/Glong does not load any "external" resources, such as analytics scripts, Facebook widgets, et cetera.                    

Extension Basic Information

Name Glat/Glong Glat/Glong
ID meaobcmdlboddjbegokabeiikckmkpli
Official URL https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli
Description Find the precise latitude and longitude of any point on Google Maps.
File Size 11.31 KB
Installation Count 179
Current Version 0.1.0
Last Updated 2014-02-04
Publish Date 2014-02-03
Rating 3.50/5 Total 2 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Extension Website https://github.com/jsvine/glat-glong
Help Page URL https://github.com/jsvine/glat-glong/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glat\/Glong",
    "description": "Find the precise latitude and longitude of any point on Google Maps.",
    "version": "0.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/maps\/*",
                "*:\/\/maps.google.com\/*"
            ],
            "js": [
                "js\/glat-glong.js"
            ]
        }
    ]
}