Cached

Indicates if this response was fetched from disk cache

Apa itu Cached?

Cached adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Indicates if this response was fetched from disk cache".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Cached

Unduh file ekstensi Cached dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
URL Resmi https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Deskripsi Indicates if this response was fetched from disk cache
Ukuran File 6.15 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-07-08
Tanggal Publikasi 2014-07-07
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
}