Google Cache Viewer
View google cached version of this website
Google Cache Viewer란 무엇입니까?
Google Cache Viewer은(는) centpage.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View google cached version of this website"입니다.
확장 프로그램 스크린샷
Google Cache Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension has just one job. It lets you view the google cached version of any website. Just click on the extension icon on any website and the cached version of the website from google opens up. Why would you want to use this ? 1. Bypass blocking of websites by your network provider and view the contents of the website easily with this tool. 2. If a site is down or too slow you can use this nifty tool to check the contents of the website easily. It's easy, simple and lightweight created with a few lines of code. Happy Browsing :-)
확장 프로그램 기본 정보
이름 | Google Cache Viewer |
ID | fgfklknfijhflahngajfoagmoilakebp |
공식 URL | https://chromewebstore.google.com/detail/google-cache-viewer/fgfklknfijhflahngajfoagmoilakebp |
설명 | View google cached version of this website |
파일 크기 | 8.25 KB |
설치 횟수 | 10,000 |
현재 버전 | 1 |
최근 업데이트 | 2020-03-11 |
출시 날짜 | 2020-03-10 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | centpage.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ritwick.com/#/tools |
개인정보 보호 정책 페이지 URL | http://centpage.com/privacy-policy.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "View google cached version of this website" }, "name": "Google Cache Viewer", "description": "View google cached version of this website", "homepage_url": "https:\/\/ritwick.com\/#\/tools", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "1", "permissions": [ "activeTab" ], "manifest_version": 2 } |