Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
Was ist Glat/Glong?
Glat/Glong ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Find the precise latitude and longitude of any point on Google Maps.".
Erweiterungsscreenshots
Glat/Glong-Erweiterungs-CRX-Datei herunterladen
Laden Sie Glat/Glong-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Glat/Glong |
ID | meaobcmdlboddjbegokabeiikckmkpli |
Offizielle URL | https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli |
Beschreibung | Find the precise latitude and longitude of any point on Google Maps. |
Dateigröße | 11.31 KB |
Installationsanzahl | 179 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2014-02-04 |
Veröffentlichungsdatum | 2014-02-03 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jsvine/glat-glong |
Hilfeseite URL | https://github.com/jsvine/glat-glong/issues |
Unterstützte Sprachen | 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" ] } ] } |