Easy Gallery Firefox

Examine source code of Easy Gallery

By: nb
Inspect and view changes in Easy Gallery source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Gallery",
  "version": "1.1",
  "description": "View all images on any webpage as a clean gallery overlay",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "commands": {
    "toggle-gallery": {
      "suggested_key": {
        "default": "Ctrl+G"
      },
      "description": "Toggle the page gallery"
    }
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.svg",
      "96": "icons/icon96.svg"
    },
    "default_title": "Open Image Gallery"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon48.svg",
    "96": "icons/icon96.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nbanning@pm.me",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Easy Gallery Alternatives

Here are some Firefox add-ons that are similar to Easy Gallery: