Cached

Indicates if this response was fetched from disk cache

Qu'est-ce que Cached ?

Cached est une extension Chrome développée par Unknown, et sa fonction principale est "Indicates if this response was fetched from disk cache".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Cached

Téléchargez les fichiers d'extension Cached au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cached Cached
ID iennkaeaoklnkgiamabcmkjhahmdbelb
URL Officiel https://chromewebstore.google.com/detail/cached/iennkaeaoklnkgiamabcmkjhahmdbelb
Description Indicates if this response was fetched from disk cache
Taille du Fichier 6.15 KB
Nombre d'Installations 26
Version Actuelle 1.0
Dernière Mise à Jour 2014-07-08
Date de Publication 2014-07-07
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
}