Cached

Indicates if this response was fetched from disk cache

什么是Cached?

Cached是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Indicates if this response was fetched from disk cache”。

扩展截图

screenshot
screenshot

下载Cached扩展crx文件

下载Cached扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
官方URL https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
简介 Indicates if this response was fetched from disk cache
文件大小 6.15 KB
安装次数 26
当前版本 1.0
更新时间 2014-07-08
上架时间 2014-07-07
评分 1.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 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"
}