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.

¿Qué es Google Cache Search?

Google Cache Search es una extensión de Chrome desarrollada por https://www.seoweather.com, y su función principal es "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Cache Search

Descarga archivos de extensión Google Cache Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Google Cache Search Google Cache Search
ID ppdjcaigbogfcfmakohpecocdjfjdopk
URL Oficial https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk
Descripción Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Tamaño del Archivo 18.34 KB
Cantidad de Instalaciones 994
Versión Actual 1.0.0
Última Actualización 2018-03-27
Fecha de Publicación 2018-03-27
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://www.seoweather.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.seoweather.com/google-cache-search/
Idiomas Soportados 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"
    ]
}