Cache Checker

Lookup the current page in the cache.

Cos'è Cache Checker?

Cache Checker è un'estensione di Chrome sviluppata da Neptune Media, e la sua funzione principale è "Lookup the current page in the cache.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cache Checker

Scarica i file di estensione Cache Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Display's a cached version of the current page.                    

Informazioni di Base sull'Estensione

Nome Cache Checker Cache Checker
ID jfipdgenfgpoakdfnndhkgjnnopnlohn
URL Ufficiale https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn
Descrizione Lookup the current page in the cache.
Dimensione del File 26.51 KB
Conteggio Installazioni 3,218
Versione Corrente 0.2
Ultimo Aggiornamento 2014-03-31
Data di Pubblicazione 2014-03-30
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Neptune Media
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Checker",
    "short_name": "Cache Checker",
    "version": "0.2",
    "description": "Lookup the current page in the cache.",
    "homepage_url": "http:\/\/www.cache.com",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/ssl.google-analytics.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Cache Checker"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}