Open all Imgur pictures

Open all Imgur pictures

Open all Imgur pictures in their own tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Open all Imgur pictures",
  "description": "Open all Imgur pictures in their own tabs.",
  "version": "0.1",
  "minimum_chrome_version": "16.0.884",
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "page_action": {
    "default_icon": "favicon.png",
    "default_title": "Open images"
  },
  "incognito": "split",
  "manifest_version": 2
}