Pano fetch

Street View panorama fetcher.

Pano fetchคืออะไร?

Pano fetch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clicktorelease.com และคุณลักษณะหลักของมันคือ "Street View panorama fetcher."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pano fetch

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}