Shadowmap Location

Open the current location from Google Maps/Earth in Shadowmap and vice versa.

ما هو Shadowmap Location؟

Shadowmap Location هو إضافة Chrome تم تطويرها بواسطة https://shadowmap.org، والميزة الرئيسية لها هي "Open the current location from Google Maps/Earth in Shadowmap and vice versa.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shadowmap Location

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

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

                        Shadowmap Location is an extension that allows you to open the current location in Shadowmap with one click in Google Maps. The whole thing also works in the other direction. With a click on the extension icon you can display the current location opened in Google Maps/Earth in Shadowmap.

Shadowmap Location only needs access to the active tab. The extension extracts longitude and latitude from the URL of the active tab and opens Shadowmap/Google Maps/Google Earth in a new tab.

You can always "view the source" of Shadowmap Location the way you do any Chrome extension, or view the source code on Github:
https://github.com/ShadowmapTechnologies/LocationBrowserPlugin                    

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

الاسم Shadowmap Location Shadowmap Location
ID bebcjcjhgagmgfadlpponcjcjajkmgkk
عنوان URL الرسمي https://chromewebstore.google.com/detail/shadowmap-location/bebcjcjhgagmgfadlpponcjcjajkmgkk
الوصف Open the current location from Google Maps/Earth in Shadowmap and vice versa.
حجم الملف 5.69 KB
عدد التثبيتات 200
النسخة الحالية 1.4.0
آخر تحديث 2022-04-17
تاريخ النشر 2022-02-22
تقييم 5.00/5 مجموع تقييمات 5
المطور https://shadowmap.org
نوع الدفع free
موقع الإضافة https://app.shadowmap.org
عنوان صفحة المساعدة https://github.com/ShadowmapTechnologies/LocationBrowserPlugin
عنوان صفحة سياسة الخصوصية https://shadowmap.org/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shadowmap Location",
    "version": "1.4.0",
    "description": "Open the current location from Google Maps\/Earth in Shadowmap and vice versa.",
    "icons": {
        "32": "icons\/icon-32.png"
    },
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "Shadowmap"
    },
    "background": {
        "run_at": "document_idle",
        "service_worker": "background.js"
    }
}