Selectify

Selectify

Alt+click any element to generate its optimum jquery selector path.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Selectify",
  "description": "Alt+click any element to generate its optimum jquery selector path.",
  "version": "2.3",
  "author": "Amanda Olsen",
  "minimum_chrome_version": "10.0",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "web_accessible_resources": [
    "images/*.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "main.css"
      ],
      "js": [
        "jquery-1.11.3.min.js",
        "main.js"
      ]
    }
  ]
}