Glat/Glong
Find the precise latitude and longitude of any point on Google Maps.
Glat/Glong क्या है?
Glat/Glong Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the precise latitude and longitude of any point on Google Maps."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Glat/Glong एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Glat/Glong |
ID | meaobcmdlboddjbegokabeiikckmkpli |
आधिकारिक URL | https://chromewebstore.google.com/detail/glatglong/meaobcmdlboddjbegokabeiikckmkpli |
विवरण | Find the precise latitude and longitude of any point on Google Maps. |
फ़ाइल का आकार | 11.31 KB |
स्थापना संख्या | 179 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2014-02-04 |
प्रकाशन तिथि | 2014-02-03 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jsvine/glat-glong |
सहायता पृष्ठ URL | https://github.com/jsvine/glat-glong/issues |
समर्थित भाषाएँ | 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" ] } ] } |