Cached link

Cached links show you what a webpage looked like the last time Google visited it

What is Cached link?

Cached link is a Chrome extension developed by -, and its main feature is "Cached links show you what a webpage looked like the last time Google visited it".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cached link Extension CRX File

Download Cached link 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

                                            

Extension Basic Information

Name Cached link Cached link
ID dknndpinklaamkckfjfjdnmnmgaakcaf
Official URL https://chromewebstore.google.com/detail/cached-link/dknndpinklaamkckfjfjdnmnmgaakcaf
Description Cached links show you what a webpage looked like the last time Google visited it
File Size 29.74 KB
Installation Count 878
Current Version 0.9
Last Updated 2015-06-23
Publish Date 2015-06-23
Rating 3.25/5 Total 4 Ratings
Developer -
Payment Type free
Supported Languages en,fr,es,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest__",
    "version": "0.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}