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.

Cos'è Google Cache Search?

Google Cache Search è un'estensione di Chrome sviluppata da https://www.seoweather.com, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Google Cache Search

Scarica i file di estensione Google Cache Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Cache Search Google Cache Search
ID ppdjcaigbogfcfmakohpecocdjfjdopk
URL Ufficiale https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk
Descrizione Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Dimensione del File 18.34 KB
Conteggio Installazioni 994
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-03-27
Data di Pubblicazione 2018-03-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.seoweather.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.seoweather.com/google-cache-search/
Lingue Supportate 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"
    ]
}