Wikipedia Auto ReadingList Saver Firefox

Examine source code of Wikipedia Auto ReadingList Saver

Inspect and view changes in Wikipedia Auto ReadingList Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Wikipedia Auto ReadingList Saver",
  "version": "1.0",
  "description": "Automatically saves Wikipedia articles to your reading list if you stay on them for more than 20 seconds (configurable).",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-add2readinglist-wikiarticle-release@productivity.com"
    }
  },
  "permissions": [
    "https://*.wikipedia.org/*",
    "cookies",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "Wikipedia Auto ReadingList Saver - Click to configure",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.wikipedia.org/wiki/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Wikipedia Auto ReadingList Saver Alternatives

Here are some Firefox add-ons that are similar to Wikipedia Auto ReadingList Saver: