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"
}