Streetview Screenshot

Take a screenshot in Google Streetview without the navigation elements in the way.

Streetview Screenshot क्या है?

Streetview Screenshot brockthedev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a screenshot in Google Streetview without the navigation elements in the way."।

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

screenshot

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

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

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

                        A simple extension that allows you to take screenshots of your browser's current page with the click of a button. When in Google Maps or Streetview, the navigation elements will be automatically hidden when taking a screenshot.                    

एक्सटेंशन की मूल जानकारी

नाम Streetview Screenshot Streetview Screenshot
ID nehbekcijblfffffinpjfoicfcjbcjen
आधिकारिक URL https://chromewebstore.google.com/detail/streetview-screenshot/nehbekcijblfffffinpjfoicfcjbcjen
विवरण Take a screenshot in Google Streetview without the navigation elements in the way.
फ़ाइल का आकार 11.56 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-08-14
प्रकाशन तिथि 2020-08-14
रेटिंग 4.13/5 कुल 8 रेटिंग्स
डेवलपर brockthedev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Streetview Screenshot"
    },
    "description": "Take a screenshot in Google Streetview without the navigation elements in the way.",
    "name": "Streetview Screenshot",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}