Image gallery Firefox

Examine source code of Image gallery

Inspect and view changes in Image gallery source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_nombreExtension__",
  "version": "1.4.3",
  "description": "__MSG_descripcionExtension__",
  "icons": {
    "48": "icons/iconoPrincipal-48.png",
    "96": "icons/iconoPrincipal-96.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus",
    "unlimitedStorage",
    "notifications",
    "downloads"
  ],
  "applications": {
    "gecko": {
      "id": "images@Hypersolutions"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "contextMenu.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/iconoPrincipal-48.png",
    "default_title": "__MSG_nombreExtension__",
    "default_popup": "popup/elegir_gif.html"
  },
  "default_locale": "en"
}

Best Image gallery Alternatives

Here are some Firefox add-ons that are similar to Image gallery: