Pano fetch
Street View panorama fetcher.
O que é Pano fetch?
Pano fetch é uma extensão do Chrome desenvolvida por https://www.clicktorelease.com, e sua principal característica é "Street View panorama fetcher.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pano fetch
Baixe arquivos de extensão Pano fetch 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
Download equirectangular panorama from Street View directly from the Google Maps page. Just go to maps.google.com, find a street view that you want to download and click the extension button. You can choose the quality from 1 (very low) to 5 (very high - might not be available for some locations). The extension will download the tiles and compose the equirectangular panorama and automatically download the final image.
Informações Básicas da Extensão
Nome | Pano fetch |
ID | ggmfokbjchlhboclfngkneflhkopebbh |
URL Oficial | https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh |
Descrição | Street View panorama fetcher. |
Tamanho do Arquivo | 50.62 KB |
Contagem de Instalações | 13,292 |
Versão Atual | 1.8 |
Última Atualização | 2018-10-28 |
Data de Publicação | 2018-10-28 |
Classificação | 3.42/5 Total de 71 Avaliações |
Desenvolvedor | https://www.clicktorelease.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pano fetch", "short_name": "Pano fetch", "description": "Street View panorama fetcher.", "version": "1.8", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "downloads" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.google.com https:\/\/maps.googleapis.com; object-src 'self'" } |