Pano fetch

Street View panorama fetcher.

什麼是Pano fetch?

Pano fetch是由https://www.clicktorelease.com開發的Chrome擴展程式,該擴展的主要功能是“Street View panorama fetcher.”。

擴展截圖

screenshot
screenshot

下載Pano fetch擴展crx文件

下載Pano fetch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pano fetch Pano fetch
ID ggmfokbjchlhboclfngkneflhkopebbh
官方網址 https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh
簡介 Street View panorama fetcher.
檔案大小 50.62 KB
安裝次數 13,292
目前版本 1.8
更新時間 2018-10-28
上架時間 2018-10-28
評分 3.42/5 共 71 次評分
開發者 https://www.clicktorelease.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}