Pano fetch
Street View panorama fetcher.
Qu'est-ce que Pano fetch ?
Pano fetch est une extension Chrome développée par https://www.clicktorelease.com, et sa fonction principale est "Street View panorama fetcher.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pano fetch
Téléchargez les fichiers d'extension Pano fetch 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
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.
Informations de Base sur l'Extension
Nom | Pano fetch |
ID | ggmfokbjchlhboclfngkneflhkopebbh |
URL Officiel | https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh |
Description | Street View panorama fetcher. |
Taille du Fichier | 50.62 KB |
Nombre d'Installations | 13,292 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2018-10-28 |
Date de Publication | 2018-10-28 |
Évaluation | 3.42/5 Total 71 Évaluations |
Développeur | https://www.clicktorelease.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |