Cached

Indicates if this response was fetched from disk cache

Wat is Cached?

Cached is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Indicates if this response was fetched from disk cache".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Cached

Download Cached-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
Officiële URL https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Beschrijving Indicates if this response was fetched from disk cache
Bestandsgrootte 6.15 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2014-07-08
Publicatiedatum 2014-07-07
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
}