feedly-bgtab-opener

feedly-bgtab-opener

open new background tab in Feedly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "0.0.9",
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "document_start.js"
      ],
      "matches": [
        "http://cloud.feedly.com/*",
        "http://feedly.com/*",
        "https://feedly.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs"
  ]
}