GCache Browser
Easily Browse Google cached webpages
GCache Browser란 무엇입니까?
GCache Browser은(는) https://gokam.co.uk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Browse Google cached webpages"입니다.
확장 프로그램 스크린샷
GCache Browser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One click and switch to Google cached webpages browsing. If your favorite website is temporarily offline, you can browse it as if nothing happened. This extension is very handy for SEO professionals too, as you can see what was a website state last time Googlebot checked. Why it's cool: It is possible to switch from one cache page to another by using the page links. demo : https://recordit.co/1iUdG8GX4d doesn't work on websites with 'nocache' meta data, single app and websites that check their hostname in JS
확장 프로그램 기본 정보
이름 | GCache Browser |
ID | bdeeanokiffadihdmojahobnnenikmbn |
공식 URL | https://chromewebstore.google.com/detail/gcache-browser/bdeeanokiffadihdmojahobnnenikmbn |
설명 | Easily Browse Google cached webpages |
파일 크기 | 9.77 KB |
설치 횟수 | 324 |
현재 버전 | 0.4 |
최근 업데이트 | 2019-09-30 |
출시 날짜 | 2019-09-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://gokam.co.uk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GCache Browser", "description": "Easily Browse Google cached webpages", "version": "0.4", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/webcache.googleusercontent.com\/*" ], "js": [ "cache.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |