Shadowmap Location

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

什么是Shadowmap Location?

Shadowmap Location是由https://shadowmap.org开发的Chrome扩展程序,该扩展的主要功能是“Open the current location from Google Maps/Earth in Shadowmap and vice versa.”。

扩展截图

screenshot
screenshot
screenshot

下载Shadowmap Location扩展crx文件

下载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"
    }
}