Cache Checker

Lookup the current page in the cache.

What is Cache Checker?

Cache Checker is a Chrome extension developed by Neptune Media, and its main feature is "Lookup the current page in the cache.".

Extension Screenshots

screenshot

Download Cache Checker Extension CRX File

Download Cache Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Display's a cached version of the current page.                    

Extension Basic Information

Name Cache Checker Cache Checker
ID jfipdgenfgpoakdfnndhkgjnnopnlohn
Official URL https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn
Description Lookup the current page in the cache.
File Size 26.51 KB
Installation Count 3,218
Current Version 0.2
Last Updated 2014-03-31
Publish Date 2014-03-30
Rating 3.67/5 Total 3 Ratings
Developer Neptune Media
Payment Type free
Supported Languages 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'"
}