Google Cache Search

Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.

Τι είναι το Google Cache Search;

Το Google Cache Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.seoweather.com, και η κύρια λειτουργία του είναι "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Cache Search

Λήψη αρχείων επέκτασης Google Cache Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Google Cache Search extension makes it quick and easy to view the cached page for any page your currently on.

This is great for checking when a page was last indexed by Google, how page has changed since the last index, how Google is indexing your content and for viewing pages contents that might currently be producing a 404 error.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Cache Search Google Cache Search
ID ppdjcaigbogfcfmakohpecocdjfjdopk
Επίσημο URL https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk
Περιγραφή Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Μέγεθος Αρχείου 18.34 KB
Αριθμός Εγκαταστάσεων 994
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2018-03-27
Ημερομηνία Δημοσίευσης 2018-03-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.seoweather.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.seoweather.com/google-cache-search/
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Cache Search",
    "description": "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.",
    "version": "1.0.0",
    "icons": {
        "16": "img\/googlecachesearchicon16.png",
        "48": "img\/googlecachesearchicon48.png",
        "128": "img\/googlecachesearchicon128.png"
    },
    "browser_action": {
        "default_icon": "img\/googlecachesearchicon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}