feedly_open_background_tab Firefox

Examine source code of feedly_open_background_tab

Par : omon
Inspect and view changes in feedly_open_background_tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "feedly_open_background_tab",
  "version": "4.2",
  "description": "open page in background tab by setting shortcut key.",
  "browser_specific_settings": {
    "gecko": {
      "id": "otfmcmrf2@gmail.com",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://feedly.com/*"
      ],
      "js": [
        "feedly_background_tab.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  }
}

Meilleures alternatives feedly_open_background_tab

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