Google Cache Search
Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.
Google Cache Search란 무엇입니까?
Google Cache Search은(는) https://www.seoweather.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check."입니다.
확장 프로그램 스크린샷
Google Cache Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Google Cache Search extension makes it quick and easy to view the cached page for any page your currently on. This is great for checking when a page was last indexed by Google, how page has changed since the last index, how Google is indexing your content and for viewing pages contents that might currently be producing a 404 error.
확장 프로그램 기본 정보
이름 | Google Cache Search |
ID | ppdjcaigbogfcfmakohpecocdjfjdopk |
공식 URL | https://chromewebstore.google.com/detail/google-cache-search/ppdjcaigbogfcfmakohpecocdjfjdopk |
설명 | Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check. |
파일 크기 | 18.34 KB |
설치 횟수 | 994 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2018-03-27 |
출시 날짜 | 2018-03-27 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.seoweather.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.seoweather.com/google-cache-search/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Cache Search", "description": "Quickly view the Google Cache for any web page on any website. Simply click the extension icon from the page you want to check.", "version": "1.0.0", "icons": { "16": "img\/googlecachesearchicon16.png", "48": "img\/googlecachesearchicon48.png", "128": "img\/googlecachesearchicon128.png" }, "browser_action": { "default_icon": "img\/googlecachesearchicon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "activeTab", "tabs" ] } |