Google Cache Viewer

View google cached version of this website

Google Cache Viewer là gì?

Google Cache Viewer là một tiện ích mở rộng Chrome được phát triển bởi centpage.com, và tính năng chính của nó là "View google cached version of this website".

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

screenshot

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

Tải xuống các tệp mở rộng Google Cache Viewer 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

                        This chrome extension has just one job. It lets you view the google cached version of any website.
Just click on the extension icon on any website and the cached version of the website from google opens up. 

Why would you want to use this ?
1. Bypass blocking of websites by your network provider and view the contents of the website easily with this tool. 
2. If a site is down or too slow you can use this nifty tool to check the contents of the website easily.

It's easy, simple and lightweight created with a few lines of code. Happy Browsing :-)                    

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

Tên Google Cache Viewer Google Cache Viewer
ID fgfklknfijhflahngajfoagmoilakebp
URL Chính Thức https://chromewebstore.google.com/detail/google-cache-viewer/fgfklknfijhflahngajfoagmoilakebp
Mô tả View google cached version of this website
Kích Thước Tệp 8.25 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2020-03-11
Ngày Phát Hành 2020-03-10
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển centpage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ritwick.com/#/tools
URL Trang Chính Sách Bảo Mật http://centpage.com/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "View google cached version of this website"
    },
    "name": "Google Cache Viewer",
    "description": "View google cached version of this website",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}