Get Webcache Info

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

Apa itu Get Webcache Info?

Get Webcache Info adalah ekstensi Chrome yang dikembangkan oleh ben.crol17, dan fitur utamanya adalah "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Get Webcache Info

Unduh file ekstensi Get Webcache Info dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Get Webcache Info Get Webcache Info
ID ojhpdjieoongfofoejmnkikaloblohfg
URL Resmi https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg
Deskripsi Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
Ukuran File 54.43 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-09-27
Tanggal Publikasi 2022-09-27
Pengembang ben.crol17
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}