Faster Feedly

Faster Feedly

Open Feedly links in new process

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Faster Feedly",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Open Feedly links in new process",
  "icons": {
    "24": "24.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://feedly.com/*"
      ],
      "js": [
        "modify-a-attr.js"
      ]
    }
  ]
}