Feedly Open All Firefox

Examine source code of Feedly Open All

Inspect and view changes in Feedly Open All source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feedly Open All",
  "version": "0.1.5",
  "description": "Adds a button to feedly.com to open all unread or saved articles in new tabs.",
  "homepage_url": "https://github.com/SolidAxel/ff-feedly-open-articles",
  "content_scripts": [
    {
      "matches": [
        "*://feedly.com/i/my",
        "*://feedly.com/i/saved"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon_x32.png",
    "default_title": "Feedly Open All",
    "default_popup": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7f043b6-53a5-488a-9b14-19de0cf66299}"
    }
  }
}

Best Feedly Open All Alternatives

Here are some Firefox add-ons that are similar to Feedly Open All: