Cache Checker

Lookup the current page in the cache.

Co to jest Cache Checker?

Cache Checker to rozszerzenie Chrome opracowane przez Neptune Media, a jego główną funkcją jest „Lookup the current page in the cache.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cache Checker

Pobierz pliki rozszerzeń Cache Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Display's a cached version of the current page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cache Checker Cache Checker
ID jfipdgenfgpoakdfnndhkgjnnopnlohn
Oficjalny URL https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn
Opis Lookup the current page in the cache.
Rozmiar pliku 26.51 KB
Liczba instalacji 3,218
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2014-03-31
Data Publikacji 2014-03-30
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Neptune Media
Typ Płatności free
Obsługiwane Języki 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'"
}