Glat/Glong

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

Qu'est-ce que Glat/Glong ?

Glat/Glong est une extension Chrome développée par Unknown, et sa fonction principale est "Find the precise latitude and longitude of any point on Google Maps.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Glat/Glong

Téléchargez les fichiers d'extension Glat/Glong 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

                        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.                    

Informations de Base sur l'Extension

Nom Glat/Glong Glat/Glong
ID meaobcmdlboddjbegokabeiikckmkpli
URL Officiel https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli
Description Find the precise latitude and longitude of any point on Google Maps.
Taille du Fichier 11.31 KB
Nombre d'Installations 179
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-02-04
Date de Publication 2014-02-03
Évaluation 3.50/5 Total 2 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jsvine/glat-glong
URL de la Page d'Aide https://github.com/jsvine/glat-glong/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}