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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Google Cache Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}