Google Cache Viewer

View google cached version of this website

Was ist Google Cache Viewer?

Google Cache Viewer ist eine Chrome-Erweiterung, die von centpage.com entwickelt wurde, und ihr Hauptmerkmal ist "View google cached version of this website".

Erweiterungsscreenshots

screenshot

Google Cache Viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Cache Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This chrome extension has just one job. It lets you view the google cached version of any website.
Just click on the extension icon on any website and the cached version of the website from google opens up. 

Why would you want to use this ?
1. Bypass blocking of websites by your network provider and view the contents of the website easily with this tool. 
2. If a site is down or too slow you can use this nifty tool to check the contents of the website easily.

It's easy, simple and lightweight created with a few lines of code. Happy Browsing :-)                    

Grundlegende Informationen zur Erweiterung

Name Google Cache Viewer Google Cache Viewer
ID fgfklknfijhflahngajfoagmoilakebp
Offizielle URL https://chromewebstore.google.com/detail/google-cache-viewer/fgfklknfijhflahngajfoagmoilakebp
Beschreibung View google cached version of this website
Dateigröße 8.25 KB
Installationsanzahl 10,000
Aktuelle Version 1
Letztes Update 2020-03-11
Veröffentlichungsdatum 2020-03-10
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler centpage.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ritwick.com/#/tools
URL der Datenschutzrichtlinien-Seite http://centpage.com/privacy-policy.php
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "View google cached version of this website"
    },
    "name": "Google Cache Viewer",
    "description": "View google cached version of this website",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}