PageXray

PageXray

This tool will show you the technologies used on any page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PageXray",
  "version": "1.31",
  "description": "This tool will show you the technologies used on any page.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "homepage_url": "http://pagexray.com/?utm_source=chrome_ext_homepage_url",
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "js/lib/px-jquery-1.7.1.min.js",
        "js/page_check.min.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "options_page": "options.html",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_title": "Scan with PageXray"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*"
  ],
  "web_accessible_resources": [
    "css/page.css",
    "css/print.css",
    "i/*.png",
    "img/folder16.png",
    "img/options.png",
    "img/print.png",
    "img/close.png",
    "img/px-top-logo.png",
    "img/px_scanning.gif",
    "js/page.min.js",
    "js/page_check.min.js",
    "js/techs.min.js",
    "js/lib/px-jquery-1.7.1.min.js"
  ]
}