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
官方網址 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"
    }
}