Cached

Indicates if this response was fetched from disk cache

Co je Cached?

Cached je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Indicates if this response was fetched from disk cache“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Cached

Stáhněte si soubory rozšíření Cached ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
Oficiální URL https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Popis Indicates if this response was fetched from disk cache
Velikost souboru 6.15 KB
Počet instalací 26
Aktuální Verze 1.0
Poslední Aktualizace 2014-07-08
Datum Vydání 2014-07-07
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
}