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