Pano fetch
Street View panorama fetcher.
Hvad er Pano fetch?
Pano fetch er en Chrome-udvidelse udviklet af https://www.clicktorelease.com, og dens hovedfunktion er "Street View panorama fetcher.".
Udvidelsesskærmbilleder
Download Pano fetch-udvidelses-CRX-fil
Download Pano fetch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Pano fetch |
ID | ggmfokbjchlhboclfngkneflhkopebbh |
Officiel URL | https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh |
Beskrivelse | Street View panorama fetcher. |
Filstørrelse | 50.62 KB |
Antal Installationer | 13,292 |
Nuværende Version | 1.8 |
Senest Opdateret | 2018-10-28 |
Udgivelsesdato | 2018-10-28 |
Bedømmelse | 3.42/5 Samlet 71 Bedømmelser |
Udvikler | https://www.clicktorelease.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |