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
公式URL 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
Eメール [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'"
}