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?
Remote Cached Pages是由jore开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Remote Cached Pages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | oohbelomhgnmhecmpokphhmlopdkmfip |
| 官方URL | https://chromewebstore.google.com/detail/remote-cached-pages/oohbelomhgnmhecmpokphhmlopdkmfip |
| 简介 | Quick-access to viewing a page cached on Google's servers. Useful if the server hosting the page is slow or unavailable. |
| 文件大小 | 8.72 KB |
| 安装次数 | 321 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2013-08-15 |
| 上架时间 | 2013-08-15 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | jore |
| 付费类型 | free |
| 支持的语言 | 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"
} | |