Coordinates Helper

This extension will help you build a route in Google Maps by highlighting the required area with coordinates.

ما هو Coordinates Helper؟

Coordinates Helper هو إضافة Chrome تم تطويرها بواسطة sazdanbest، والميزة الرئيسية لها هي "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

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

screenshot

تحميل ملف CRX للإضافة Coordinates Helper

قم بتنزيل ملفات الامتداد Coordinates Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will help you build a route in Google Maps by highlighting the required area with coordinates. Now there is no need to manually insert each coordinate.                    

معلومات أساسية عن التمديد

الاسم Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
عنوان URL الرسمي https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
الوصف This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
حجم الملف 9.96 KB
عدد التثبيتات 119
النسخة الحالية 1.0.6
آخر تحديث 2023-08-14
تاريخ النشر 2023-07-27
تقييم 5.00/5 مجموع تقييمات 4
المطور sazdanbest
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coordinates Helper",
    "version": "1.0.6",
    "description": "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    }
}