Cached

Cached

Indicates if this response was fetched from disk cache

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Suneil Nyamathi",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "Indicates if this response was fetched from disk cache",
  "manifest_version": 2,
  "name": "Cached",
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "Cached"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "webRequest"
  ],
  "short_name": "Cached",
  "version": "1.0"
}