Shadowmap Location

Open the current location from Google Maps/Earth in Shadowmap and vice versa.

Was ist Shadowmap Location?

Shadowmap Location ist eine Chrome-Erweiterung, die von https://shadowmap.org entwickelt wurde, und ihr Hauptmerkmal ist "Open the current location from Google Maps/Earth in Shadowmap and vice versa.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Shadowmap Location-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shadowmap Location-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Shadowmap Location Shadowmap Location
ID bebcjcjhgagmgfadlpponcjcjajkmgkk
Offizielle URL https://chromewebstore.google.com/detail/shadowmap-location/bebcjcjhgagmgfadlpponcjcjajkmgkk
Beschreibung Open the current location from Google Maps/Earth in Shadowmap and vice versa.
Dateigröße 5.69 KB
Installationsanzahl 200
Aktuelle Version 1.4.0
Letztes Update 2022-04-17
Veröffentlichungsdatum 2022-02-22
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://shadowmap.org
Zahlungsart free
Erweiterungswebsite https://app.shadowmap.org
Hilfeseite URL https://github.com/ShadowmapTechnologies/LocationBrowserPlugin
URL der Datenschutzrichtlinien-Seite https://shadowmap.org/privacy-policy
Unterstützte Sprachen 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"
    }
}