Screenshot Mosaic Firefox

Examine source code of Screenshot Mosaic

By: Hks
Inspect and view changes in Screenshot Mosaic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Screenshot Mosaic",
  "version": "1.0",
  "description": "Automatically capture thumbnails of pages you visit and display them as a mosaic in the popup.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Screenshot Mosaic",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "screenshotmosaic@example.com"
    }
  }
}

Best Screenshot Mosaic Alternatives

Here are some Firefox add-ons that are similar to Screenshot Mosaic: