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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Google Cache Search擴展crx文件

下載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
官方網址 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"
    ]
}