Cache Checker

Lookup the current page in the cache.

Wat is Cache Checker?

Cache Checker is een Chrome-extensie ontwikkeld door Neptune Media, en de belangrijkste functie is "Lookup the current page in the cache.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cache Checker

Download Cache Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Display's a cached version of the current page.                    

Basisinformatie over de Extensie

Naam Cache Checker Cache Checker
ID jfipdgenfgpoakdfnndhkgjnnopnlohn
Officiële URL https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn
Beschrijving Lookup the current page in the cache.
Bestandsgrootte 26.51 KB
Aantal Installaties 3,218
Huidige Versie 0.2
Laatst Bijgewerkt 2014-03-31
Publicatiedatum 2014-03-30
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Neptune Media
Betalingswijze free
Ondersteunde Talen 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'"
}