Shadowmap Location
Open the current location from Google Maps/Earth in Shadowmap and vice versa.
O que é Shadowmap Location?
Shadowmap Location é uma extensão do Chrome desenvolvida por https://shadowmap.org, e sua principal característica é "Open the current location from Google Maps/Earth in Shadowmap and vice versa.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shadowmap Location
Baixe arquivos de extensão Shadowmap Location no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Shadowmap Location |
ID | bebcjcjhgagmgfadlpponcjcjajkmgkk |
URL Oficial | https://chromewebstore.google.com/detail/shadowmap-location/bebcjcjhgagmgfadlpponcjcjajkmgkk |
Descrição | Open the current location from Google Maps/Earth in Shadowmap and vice versa. |
Tamanho do Arquivo | 5.69 KB |
Contagem de Instalações | 200 |
Versão Atual | 1.4.0 |
Última Atualização | 2022-04-17 |
Data de Publicação | 2022-02-22 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://shadowmap.org |
Tipo de Pagamento | free |
Site da Extensão | https://app.shadowmap.org |
URL da Página de Ajuda | https://github.com/ShadowmapTechnologies/LocationBrowserPlugin |
URL da Página de Política de Privacidade | https://shadowmap.org/privacy-policy |
Idiomas Suportados | 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" } } |