Pano fetch

Street View panorama fetcher.

Pano fetch là gì?

Pano fetch là một tiện ích mở rộng Chrome được phát triển bởi https://www.clicktorelease.com, và tính năng chính của nó là "Street View panorama fetcher.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pano fetch

Tải xuống các tệp mở rộng Pano fetch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pano fetch Pano fetch
ID ggmfokbjchlhboclfngkneflhkopebbh
URL Chính Thức https://chromewebstore.google.com/detail/pano-fetch/ggmfokbjchlhboclfngkneflhkopebbh
Mô tả Street View panorama fetcher.
Kích Thước Tệp 50.62 KB
Số Lần Cài Đặt 13,292
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2018-10-28
Ngày Phát Hành 2018-10-28
Đánh Giá 3.42/5 Tổng số 71 Đánh Giá
Nhà Phát Triển https://www.clicktorelease.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}