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