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
Eメール [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"
    }
}