Cached

Indicates if this response was fetched from disk cache

What is Cached?

Cached is a Chrome extension developed by Unknown, and its main feature is "Indicates if this response was fetched from disk cache".

Extension Screenshots

screenshot
screenshot

Download Cached Extension CRX File

Download Cached extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cached
======

On pages for which the requested URL in the title bar was fetched from the disk cache, an icon will be placed at the right hand side of the omnibox (url bar).  Clicking on that icon will bring you to the cache-view page for that url.

The source is very simple, and available at https://github.com/snyamathi/cached                    

Extension Basic Information

Name Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
Official URL https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Description Indicates if this response was fetched from disk cache
File Size 6.15 KB
Installation Count 26
Current Version 1.0
Last Updated 2014-07-08
Publish Date 2014-07-07
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
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": [
        "",
        "tabs",
        "webRequest"
    ],
    "short_name": "Cached",
    "version": "1.0"
}