Get Webcache Info

Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com

什么是Get Webcache Info?

Get Webcache Info是由ben.crol17开发的Chrome扩展程序,该扩展的主要功能是“Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com”。

扩展截图

screenshot

下载Get Webcache Info扩展crx文件

下载Get Webcache Info扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get the last cache information of the current tab's URL in one click. Instead of redirecting to webcache.googleusercontent.com or using "cache:" before the URL (and then being redirected again), you get the information on the spot with this extension. 

Knowing when a page was last cached is essential SEO information. It shows how important the page is in the eyes of search engines.                    

扩展基本信息

名称 Get Webcache Info Get Webcache Info
ID ojhpdjieoongfofoejmnkikaloblohfg
官方URL https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg
简介 Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
文件大小 54.43 KB
安装次数 44
当前版本 1.0
更新时间 2022-09-27
上架时间 2022-09-27
开发者 ben.crol17
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Webcache Info",
    "description": "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com",
    "version": "1.0",
    "manifest_version": 3,
    "host_permissions": [
        "http:\/\/webcache.googleusercontent.com\/"
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/webcacheinfo16.png",
            "32": "\/images\/webcacheinfo32.png",
            "48": "\/images\/webcacheinfo48.png",
            "128": "\/images\/webcacheinfo128.png"
        }
    },
    "icons": {
        "16": "\/images\/webcacheinfo16.png",
        "32": "\/images\/webcacheinfo32.png",
        "48": "\/images\/webcacheinfo48.png",
        "128": "\/images\/webcacheinfo128.png"
    }
}