Tab Image Packer

Tab Image Packer

Bring all tab images into Tab Image Packer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Image Packer",
  "version": "1.4",
  "description": "Bring all tab images into Tab Image Packer",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "Tab Image Packer"
  },
  "web_accessible_resources": [
    "stack.html",
    "load.html"
  ],
  "permissions": [
    "chrome://favicon/*",
    "tabs",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*"
  ]
}