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.

Wat is Google Cache Search?

Google Cache Search is een Chrome-extensie ontwikkeld door https://www.seoweather.com, en de belangrijkste functie is "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google Cache Search

Download Google Cache Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Google Cache Search Google Cache Search
ID ppdjcaigbogfcfmakohpecocdjfjdopk
Officiële URL https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk
Beschrijving Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Bestandsgrootte 18.34 KB
Aantal Installaties 994
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-03-27
Publicatiedatum 2018-03-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.seoweather.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.seoweather.com/google-cache-search/
Ondersteunde Talen 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"
    ]
}