Remote Cached Pages

Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.

Remote Cached Pages là gì?

Remote Cached Pages là một tiện ích mở rộng Chrome được phát triển bởi jore, và tính năng chính của nó là "Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.".

Ả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 Remote Cached Pages

Tải xuống các tệp mở rộng Remote Cached Pages 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

                        Attempting to follow a link but end up on a server error page? 

This extension adds an option to the right-click menu of links which attempts to open a cached copy of the page from Google's servers.


Version History:
2013-08-15 v1.1.1
  - Previous package contained wrong files
2013-08-12 v1.1
  - Added support for links from Google's search result page
  - Added support for internationalization
2013-08-08 v1.0
  - First Version                    

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

Tên Remote Cached Pages Remote Cached Pages
ID oohbelomhgnmhecmpokphhmlopdkmfip
URL Chính Thức https://chromewebstore.google.com/detail/remote-cached-pages/oohbelomhgnmhecmpokphhmlopdkmfip
Mô tả Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable.
Kích Thước Tệp 8.72 KB
Số Lần Cài Đặt 321
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2013-08-15
Ngày Phát Hành 2013-08-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jore
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.1",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "callbackRegister.js"
        ],
        "persistent": false
    },
    "default_locale": "en"
}