Shadowmap Location
Open the current location from Google Maps/Earth in Shadowmap and vice versa.
Shadowmap Location là gì?
Shadowmap Location là một tiện ích mở rộng Chrome được phát triển bởi https://shadowmap.org, và tính năng chính của nó là "Open the current location from Google Maps/Earth in Shadowmap and vice versa.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shadowmap Location
Tải xuống các tệp mở rộng Shadowmap Location dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shadowmap Location |
ID | bebcjcjhgagmgfadlpponcjcjajkmgkk |
URL Chính Thức | https://chromewebstore.google.com/detail/shadowmap-location/bebcjcjhgagmgfadlpponcjcjajkmgkk |
Mô tả | Open the current location from Google Maps/Earth in Shadowmap and vice versa. |
Kích Thước Tệp | 5.69 KB |
Số Lần Cài Đặt | 200 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2022-04-17 |
Ngày Phát Hành | 2022-02-22 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://shadowmap.org |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.shadowmap.org |
URL Trang Trợ Giúp | https://github.com/ShadowmapTechnologies/LocationBrowserPlugin |
URL Trang Chính Sách Bảo Mật | https://shadowmap.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |