GCache Browser

Easily Browse Google cached webpages

Wat is GCache Browser?

GCache Browser is een Chrome-extensie ontwikkeld door https://gokam.co.uk, en de belangrijkste functie is "Easily Browse Google cached webpages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GCache Browser

Download GCache Browser-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

                        One click and switch to Google cached webpages browsing. 

If your favorite website is temporarily offline, you can browse it as if nothing happened. 

This extension is very handy for SEO professionals too, as you can see what was a website state last time Googlebot checked. 


Why it's cool: It is possible to switch from one cache page to another by using the page links. demo : https://recordit.co/1iUdG8GX4d



doesn't work on websites with 'nocache' meta data, single app and websites that check their hostname in JS                    

Basisinformatie over de Extensie

Naam GCache Browser GCache Browser
ID bdeeanokiffadihdmojahobnnenikmbn
Officiële URL https://chromewebstore.google.com/detail/gcache-browser/bdeeanokiffadihdmojahobnnenikmbn
Beschrijving Easily Browse Google cached webpages
Bestandsgrootte 9.77 KB
Aantal Installaties 324
Huidige Versie 0.4
Laatst Bijgewerkt 2019-09-30
Publicatiedatum 2019-09-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://gokam.co.uk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GCache Browser",
    "description": "Easily Browse Google cached webpages",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/webcache.googleusercontent.com\/*"
            ],
            "js": [
                "cache.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ]
}