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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ben.crol17, και η κύρια λειτουργία του είναι "Get the last time the page was cached by Google, in one click, without redirection to webcache.googleusercontent.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Get Webcache Info

Λήψη αρχείων επέκτασης 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"
    }
}