Google Cache Search

Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.

Что такое Google Cache Search?

Google Cache Search - это расширение Chrome, разработанное https://www.seoweather.com, и его основная функция - "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.".

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

screenshot
screenshot
screenshot

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

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

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

                        The Google Cache Search extension makes it quick and easy to view the cached page for any page your currently on.

This is great for checking when a page was last indexed by Google, how page has changed since the last index, how Google is indexing your content and for viewing pages contents that might currently be producing a 404 error.                    

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

Название Google Cache Search Google Cache Search
ID ppdjcaigbogfcfmakohpecocdjfjdopk
Официальный URL https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk
Описание Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Размер файла 18.34 KB
Количество установок 994
Текущая Версия 1.0.0
Последнее Обновление 2018-03-27
Дата публикации 2018-03-27
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://www.seoweather.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.seoweather.com/google-cache-search/
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Cache Search",
    "description": "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.",
    "version": "1.0.0",
    "icons": {
        "16": "img\/googlecachesearchicon16.png",
        "48": "img\/googlecachesearchicon48.png",
        "128": "img\/googlecachesearchicon128.png"
    },
    "browser_action": {
        "default_icon": "img\/googlecachesearchicon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}