Pano fetch

Street View panorama fetcher.

Pano fetch क्या है?

Pano fetch https://www.clicktorelease.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Street View panorama fetcher."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pano fetch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}