Pin Dropper For Street View

This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude

Pin Dropper For Street View क्या है?

Pin Dropper For Street View Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude"।

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

screenshot

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

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

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

                        This adds an extension button that, if pressed while within Google Street View, will open a new tab with a pin dropped at the GPS coordinates for that Street View Location.

Ordinarily, Google uses the address, rather than coordinates - this works fine in cities but very poorly in the countryside.

Example use case:  I'm looking for a gate into a rural field.  Click through on Street View, once you find what you're looking for, click the icon and new window will open with the pin where you want it!                    

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

नाम Pin Dropper For Street View Pin Dropper For Street View
ID dgmacjnomcdgmjiaemhhnjphmjfcmnmh
आधिकारिक URL https://chromewebstore.google.com/detail/pin-dropper-for-street-vi/dgmacjnomcdgmjiaemhhnjphmjfcmnmh
विवरण This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude
फ़ाइल का आकार 25.39 KB
स्थापना संख्या 488
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-01-02
प्रकाशन तिथि 2017-01-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pin Dropper For Street View",
    "description": "This extension allows you to drop a pin while in Google Maps Street View based on the latitude and longitude",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click me to drop a pin!"
    },
    "permissions": [
        "activeTab"
    ]
}