PHPNav Firefox

Examine source code of PHPNav

Inspect and view changes in PHPNav source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PHP Doc Arrow Key Navigation",
  "version": "0.1",
  "applications": {
    "gecko": {
      "id": "ahmetelgn@gmail.com"
    }
  },
  "description": "Navigate with arrow keys in PHP Documentation",
  "icons": {
    "48": "php_logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.php.net/manual/*"
      ],
      "js": [
        "src.js"
      ]
    }
  ]
}

Meilleures alternatives PHPNav

Voici quelques Firefox add-ons qui sont similaires à PHPNav :