img2tab Firefox

Examine source code of img2tab

Inspect and view changes in img2tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "img2tab",
  "version": "1.84resigned1",
  "description": "Opens all images from a page into a new tabbed window. Great for image focused sites like reddit, 4chan etc.",
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png",
    "256": "256x256.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "page": "background.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "content_scripts": [
    {
      "js": [
        "common.js",
        "img2tab.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "sumeetkpatel@gmail.com"
    }
  }
}

Best img2tab Alternatives

Here are some Firefox add-ons that are similar to img2tab: