Wikipedia Article Recommender Firefox

Examine source code of Wikipedia Article Recommender

Inspect and view changes in Wikipedia Article Recommender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "wikiarticlerecommenderdev@gmail.com"
    }
  },
  "name": "Wikipedia Article Recommender",
  "version": "0.0.3resigned1",
  "description": "Suggests a related article for most of the English-language Wikipedia articles you visit.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "https://localhost/*",
    "https://ryanbisson.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.wikipedia.org/*"
      ],
      "js": [
        "wikipedia-article-recommender.bundle.js"
      ]
    }
  ]
}

Best Wikipedia Article Recommender Alternatives

Here are some Firefox add-ons that are similar to Wikipedia Article Recommender: