Center Pages Firefox

Examine source code of Center Pages

Inspect and view changes in Center Pages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Center Pages",
  "short_name": "center pages",
  "description": "Align pages to the center of your screen.",
  "version": "1.2.1",
  "author": "Felix Meyer-Wolters",
  "browser_action": {
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "aligner.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Best Center Pages Alternatives

Here are some Firefox add-ons that are similar to Center Pages: