PHP Manual Language Keeper Firefox

Examine source code of PHP Manual Language Keeper

Inspect and view changes in PHP Manual Language Keeper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "don.bidon",
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__.",
  "homepage_url": "https://github.com/donbidon/PHP-Manual-Language-Keeper",
  "version": "0.1.2resigned1",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{d3d04fdc-7784-4ddb-bf40-e933180a6854}"
    }
  },
  "permissions": [
    "http://php.net/manual/",
    "https://secure.php.net/manual/",
    "storage"
  ],
  "background": {
    "scripts": [
      "config.js",
      "backend/core.js",
      "backend/updates.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://php.net/manual/*",
        "https://secure.php.net/manual/*"
      ],
      "run_at": "document_start",
      "js": [
        "config.js",
        "frontend/add-ons/start.js"
      ]
    },
    {
      "matches": [
        "http://php.net/manual/*",
        "https://secure.php.net/manual/*"
      ],
      "run_at": "document_idle",
      "js": [
        "frontend/add-ons/end.js"
      ]
    }
  ],
  "icons": {
    "24": "frontend/images/icon.24x24.png",
    "48": "frontend/images/icon.48x48.png",
    "96": "frontend/images/icon.96x96.png"
  }
}

Best PHP Manual Language Keeper Alternatives

Here are some Firefox add-ons that are similar to PHP Manual Language Keeper: