Cached

Indicates if this response was fetched from disk cache

Hvad er Cached?

Cached er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Indicates if this response was fetched from disk cache".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cached-udvidelses-CRX-fil

Download Cached-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
Officiel URL https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Beskrivelse Indicates if this response was fetched from disk cache
Filstørrelse 6.15 KB
Antal Installationer 26
Nuværende Version 1.0
Senest Opdateret 2014-07-08
Udgivelsesdato 2014-07-07
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
}