Pano fetch
Street View panorama fetcher.
Was ist Pano fetch?
Pano fetch ist eine Chrome-Erweiterung, die von https://www.clicktorelease.com entwickelt wurde, und ihr Hauptmerkmal ist "Street View panorama fetcher.".
Erweiterungsscreenshots
Pano fetch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pano fetch-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggmfokbjchlhboclfngkneflhkopebbh |
| Offizielle URL | https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh |
| Beschreibung | Street View panorama fetcher. |
| Dateigröße | 50.62 KB |
| Installationsanzahl | 13,292 |
| Aktuelle Version | 1.8 |
| Letztes Update | 2018-10-28 |
| Veröffentlichungsdatum | 2018-10-28 |
| Bewertung | 3.42/5 Insgesamt 71 Bewertungen |
| Entwickler | https://www.clicktorelease.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |