View Cached Page

View the Google cached page for the URL you are viewing

What is View Cached Page?

View Cached Page is a Chrome extension developed by pinibalilihamelech, and its main feature is "View the Google cached page for the URL you are viewing".

Extension Screenshots

screenshot

Download View Cached Page Extension CRX File

Download View Cached Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension enables you to quickly check the Google cached page for the URL you are viewing. Simply navigate to the URL you want to check and click "View Cached Page".                    

Extension Basic Information

Name View Cached Page View Cached Page
ID pgnjgiifjjoloadfedjhmjkfbpbjdpog
Official URL https://chrome.google.com/webstore/detail/view-cached-page/pgnjgiifjjoloadfedjhmjkfbpbjdpog
Description View the Google cached page for the URL you are viewing
File Size 27.03 KB
Installation Count 954
Current Version 0.1
Last Updated 2014-01-22
Publish Date 2014-01-22
Rating 2.10/5 Total 21 Ratings
Developer pinibalilihamelech
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "View Cached Page",
    "description": "View the Google cached page for the URL you are viewing",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}