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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы помощи https://github.com/ShadowmapTechnologies/LocationBrowserPlugin
URL страницы политики конфиденциальности 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"
    }
}