easycache

easycache

An interface to various web caches/archivers (Google, Bing, Wayback Machine, archive.is). You can add own providers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "easycache",
  "description": "An interface to various web caches/archivers (Google, Bing, Wayback Machine, archive.is). You can add own providers.",
  "version": "2.1.2",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "https://www.bing.com/*",
    "https://www.sogou.com/*",
    "https://search.yahoo.co.jp/*"
  ],
  "background": {
    "persistent": false,
    "page": "event_page.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "icons": {
    "128": "icon128.png"
  }
}