Cache Checker

Lookup the current page in the cache.

Что такое Cache Checker?

Cache Checker - это расширение Chrome, разработанное Neptune Media, и его основная функция - "Lookup the current page in the cache.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Cache Checker

Скачайте файлы расширений Cache Checker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Display's a cached version of the current page.                    

Основная информация о расширении

Название Cache Checker Cache Checker
ID jfipdgenfgpoakdfnndhkgjnnopnlohn
Официальный URL https://chromewebstore.google.com/detail/cache-checker/jfipdgenfgpoakdfnndhkgjnnopnlohn
Описание Lookup the current page in the cache.
Размер файла 26.51 KB
Количество установок 3,218
Текущая Версия 0.2
Последнее Обновление 2014-03-31
Дата публикации 2014-03-30
Рейтинг 3.67/5 Всего 3 оценок
Разработчик Neptune Media
Тип оплаты free
Поддерживаемые языки 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'"
}