Cached

Indicates if this response was fetched from disk cache

Co to jest Cached?

Cached to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Indicates if this response was fetched from disk cache”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cached

Pobierz pliki rozszerzeń Cached w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
Oficjalny URL https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Opis Indicates if this response was fetched from disk cache
Rozmiar pliku 6.15 KB
Liczba instalacji 26
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-07-08
Data Publikacji 2014-07-07
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
}