Instant Maps

Instant Maps

Instantly access Google Maps without having to leave your tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Instant Maps",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Instantly access Google Maps without having to leave your tab.",
  "browser_action": {
    "default_icon": "map.png",
    "default_popup": "popup.html"
  }
}