Shadowmap Location
Open the current location from Google Maps/Earth in Shadowmap and vice versa.
Qu'est-ce que Shadowmap Location ?
Shadowmap Location est une extension Chrome développée par https://shadowmap.org, et sa fonction principale est "Open the current location from Google Maps/Earth in Shadowmap and vice versa.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shadowmap Location
Téléchargez les fichiers d'extension Shadowmap Location au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Shadowmap Location |
ID | bebcjcjhgagmgfadlpponcjcjajkmgkk |
URL Officiel | https://chromewebstore.google.com/detail/shadowmap-location/bebcjcjhgagmgfadlpponcjcjajkmgkk |
Description | Open the current location from Google Maps/Earth in Shadowmap and vice versa. |
Taille du Fichier | 5.69 KB |
Nombre d'Installations | 200 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2022-04-17 |
Date de Publication | 2022-02-22 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://shadowmap.org |
Type de Paiement | free |
Site Web de l'Extension | https://app.shadowmap.org |
URL de la Page d'Aide | https://github.com/ShadowmapTechnologies/LocationBrowserPlugin |
URL de la Page de Politique de Confidentialité | https://shadowmap.org/privacy-policy |
Langues Prises en Charge | 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" } } |