Glat/Glong

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

ما هو Glat/Glong؟

Glat/Glong هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Find the precise latitude and longitude of any point on Google Maps.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Glat/Glong

قم بتنزيل ملفات الامتداد Glat/Glong بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}