History Snapshot Firefox

Examine source code of History Snapshot

By: Cka
Inspect and view changes in History Snapshot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "History Snapshot",
  "version": "1.0",
  "description": "Automatically capture a small thumbnail snapshot of each page you visit and save it in an easy-to-browse history log.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "history",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "History Snapshot",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "historysnapshot@example.com"
    }
  }
}

Best History Snapshot Alternatives

Here are some Firefox add-ons that are similar to History Snapshot: