Show Geocache On Google Maps

Quickly see a geocache's location on a Google map.

ما هو Show Geocache On Google Maps؟

Show Geocache On Google Maps هو إضافة Chrome تم تطويرها بواسطة Team SW&L، والميزة الرئيسية لها هي "Quickly see a geocache's location on a Google map.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Show Geocache On Google Maps

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

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

                        Click on our icon when looking at a geocache page and its location will be shown using a Google map in a new tab. Makes it easy to use features such as street view, measure distances and more!                    

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

الاسم Show Geocache On Google Maps Show Geocache On Google Maps
ID inafncgdbdkabeoameibhblnnenpihhn
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-geocache-on-google-m/inafncgdbdkabeoameibhblnnenpihhn
الوصف Quickly see a geocache's location on a Google map.
حجم الملف 65.13 KB
عدد التثبيتات 400
النسخة الحالية 1.3.2
آخر تحديث 2020-01-09
تاريخ النشر 2020-01-09
المطور Team SW&L
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Geocache On Google Maps",
    "short_name": "Cache Mapper",
    "version": "1.3.2",
    "description": "Quickly see a geocache's location on a Google map.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.geocaching.com\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "https:\/\/www.geocaching.com\/*"
    ]
}