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
拡張機能の基本情報
名前 | Remote Cached Pages |
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" } |