Inspector for Google Maps JavaScript API

Inspector for Google Maps JavaScript API

This extension give you informations of how Google Maps API is implemented.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.4.1.6",
  "author": "[email protected]",
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://secure.flickr.com/",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon16.png",
    "default_title": "__MSG_extName__"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "gmLook.css"
      ]
    }
  ]
}