View Cached Page

View the Google cached page for the URL you are viewing

Что такое View Cached Page?

View Cached Page - это расширение Chrome, разработанное pinibalilihamelech, и его основная функция - "View the Google cached page for the URL you are viewing".

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

screenshot

Скачать файл CRX расширения View Cached Page

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

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

                        This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".                    

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

Название View Cached Page View Cached Page
ID pgnjgiifjjoloadfedjhmjkfbpbjdpog
Официальный URL https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog
Описание View the Google cached page for the URL you are viewing
Размер файла 27.03 KB
Количество установок 954
Текущая Версия 0.1
Последнее Обновление 2014-01-22
Дата публикации 2014-01-22
Рейтинг 2.10/5 Всего 21 оценок
Разработчик pinibalilihamelech
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "View Cached Page",
    "description": "View the Google cached page for the URL you are viewing",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}