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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |