Image Explorer

Image Explorer

Explorer only images without the need to page down, page down, ...., nor be busy with closing the pop up windows.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "default_locale": "en",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.1",
  "permissions": [
    "<all_urls>",
    "management"
  ],
  "browser_action": {
    "default_icon": "image-explorer-128.png",
    "default_popup": "bootstrap.html"
  },
  "icons": {
    "16": "image-explorer-16.png",
    "128": "image-explorer-128.png"
  }
}