Pin Dropper For Street View

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

Merlin
Additional files are visible only to premium users

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