PHP Documentation Search Firefox

Examine source code of PHP Documentation Search

Inspect and view changes in PHP Documentation Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "r.bregger@gmail.com"
    }
  },
  "manifest_version": 2,
  "name": "PHP Documentation Search",
  "version": "1.4resigned1",
  "description": "This add-on searches the official php documentation for a given term. It provides a search field, that can be accessed from the toolbar as well as it adds a search option for selected text to the context menu.",
  "icons": {
    "48": "icons/php-logo2.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icons/php-logo2.png",
    "default_title": "PHP Documentation Search",
    "default_popup": "popup/search_bar.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best PHP Documentation Search Alternatives

Here are some Firefox add-ons that are similar to PHP Documentation Search: