CorrectLayout

CorrectLayout

Press F8 To Fix Layout (RU/EN)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "lib/jquery-1.10.2.min.js",
        "js/constants.js",
        "js/content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Press F8 To Fix Layout (RU/EN)",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "64": "img/64.png",
    "96": "img/96.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "18",
  "name": "CorrectLayout",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "contextMenus",
    "*://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.1.1.3"
}