Cached

Indicates if this response was fetched from disk cache

O que é Cached?

Cached é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Indicates if this response was fetched from disk cache".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cached

Baixe arquivos de extensão Cached no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
URL Oficial https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Descrição Indicates if this response was fetched from disk cache
Tamanho do Arquivo 6.15 KB
Contagem de Instalações 26
Versão Atual 1.0
Última Atualização 2014-07-08
Data de Publicação 2014-07-07
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
}