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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}