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 là gì?

Google Cache Search là một tiện ích mở rộng Chrome được phát triển bởi https://www.seoweather.com, và tính năng chính của nó là "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Cache Search

Tải xuống các tệp mở rộng Google Cache Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Cache Search Google Cache Search
ID ppdjcaigbogfcfmakohpecocdjfjdopk
URL Chính Thức https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk
Mô tả Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Kích Thước Tệp 18.34 KB
Số Lần Cài Đặt 994
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-03-27
Ngày Phát Hành 2018-03-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.seoweather.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.seoweather.com/google-cache-search/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}