Page Gallery

Page Gallery

Displays a gallery of the images on the current page with filtering and sorting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Page Gallery",
  "version": "0.0.0.3",
  "description": "Displays a gallery of the images on the current page with filtering and sorting.",
  "author": "Jakob Kallin",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "images/icon-16.png",
    "default_title": "Show page gallery",
    "default_popup": "popup.html"
  }
}