Wayback Utility

Wayback Utility

A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wayback Utility",
  "license": "https://creativecommons.org/licenses/by-sa/3.0/deed.en",
  "description": "A utility to take you back to the oldest version of your page on the wayback machine via a context menu entry.",
  "version": "0.1",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "sample.js"
    ]
  },
  "manifest_version": 2,
  "icons": {
    "16": "/images/Clock16.png",
    "32": "/images/Clock32.png",
    "48": "/images/Clock48.png",
    "128": "/images/Clock128.png"
  }
}