Gallery Builder

Gallery Builder

Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Muthukumaran Navaneethakrishnan(https://github.com/muthuishere)",
  "background": {
    "scripts": [
      "scripts/global.js"
    ]
  },
  "description": "Generate gallery from single image to  list of images (if image just has numeric increment or alphabet increment)",
  "icons": {
    "48": "images/gallery-builder-48.png",
    "64": "images/gallery-builder-64.png",
    "128": "images/gallery-builder-128.png"
  },
  "page_action": {
    "default_icon": "images/gallery-builder-19.png",
    "default_title": "Gallery Builder"
  },
  "manifest_version": 2,
  "name": "Gallery Builder",
  "options_page": "faq/index.html",
  "permissions": [
    "tabs",
    "contextMenus",
    "declarativeContent",
    "notifications",
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "gallery-builder",
  "version": "1.8.0",
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg",
    "faq/images/*.png"
  ]
}