Get Webcache Info

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

Qu'est-ce que Get Webcache Info ?

Get Webcache Info est une extension Chrome développée par ben.crol17, et sa fonction principale est "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Get Webcache Info

Téléchargez les fichiers d'extension Get Webcache Info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Get Webcache Info Get Webcache Info
ID ojhpdjieoongfofoejmnkikaloblohfg
URL Officiel https://chromewebstore.google.com/detail/get-webcache-info/ojhpdjieoongfofoejmnkikaloblohfg
Description Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com
Taille du Fichier 54.43 KB
Nombre d'Installations 44
Version Actuelle 1.0
Dernière Mise à Jour 2022-09-27
Date de Publication 2022-09-27
Développeur ben.crol17
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}