Web Cache Viewer
Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.
Web Cache Viewer란 무엇입니까?
Web Cache Viewer은(는) matbram에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages."입니다.
확장 프로그램 스크린샷
Web Cache Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web Cache Viewer lets you right-click on any link or page to view the Wayback Machine or Google Cache versions of that page. When browsing the internet, everyone eventually runs into those pesky 404 error messages that are pretty annoying. Web Cache Viewer makes dealing with 404's bearable, giving users the option to right click and view the Google Cache or Wayback machine versions of the page. One special feature of Web Cache Viewer is our built-in Wayback Machine smart feature. Our smart feature will intelligently redirect you to an archived page of the one you're on, instead of the typical archive selection screen you encounter when using archive.org directly. If Wayback Machine isn't your thing, you can also resort to the Wayback Machine alternative of using Google Cache instead. I hope you find this extension helpful. If you do, please leave a review.
확장 프로그램 기본 정보
이름 | Web Cache Viewer |
ID | pbkloffickinnlnmefmjmjbacohecpbd |
공식 URL | https://chromewebstore.google.com/detail/web-cache-viewer/pbkloffickinnlnmefmjmjbacohecpbd |
설명 | Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages. |
파일 크기 | 11.35 KB |
설치 횟수 | 86,252 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-02-24 |
출시 날짜 | 2017-02-23 |
평점 | 3.27/5 총 63 개의 평점 |
개발자 | matbram |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://matbram.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Cache Viewer", "short_name": "Web Cacher", "description": "Want to view cached pages and cached websites? Right-click on any link or page to view the Wayback Machine or Google Cached pages.", "version": "1.0.0", "permissions": [ "contextMenus", "tabs", "http:\/\/archive.org\/*" ], "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "manifest_version": 2 } |