Super-Cache
Helps in overriding cache policy
Super-Cache란 무엇입니까?
Super-Cache은(는) Tushar Mathur에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps in overriding cache policy"입니다.
확장 프로그램 스크린샷
Super-Cache 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Control caching behavior on the client side! UPDATE: Bugs fixed as reported by M-Ubaid Raza, thanks for informing. Features 1. Override caching policy that has been set on the server. Select a host on which the caching is required and all requests from a page with that host will be cached. 2. Caching of static content which are on a different host will also be cahed (read Note for further explanation) Note: say you have a site example.com on which you have set a caching policy thru the extension. Now if the any page on example.com links to external scripts and sites which are on a different domain such as static.example.com or ajax.googleapis.com, the extension will automatically apply the same caching behavior as that of example.com Source Code https://github.com/tusharmath/Super-Cache
확장 프로그램 기본 정보
이름 | Super-Cache |
ID | fglobbnbihckpkodmeefhagijjcjnbeh |
공식 URL | https://chromewebstore.google.com/detail/super-cache/fglobbnbihckpkodmeefhagijjcjnbeh |
설명 | Helps in overriding cache policy |
파일 크기 | 86.34 KB |
설치 횟수 | 1,762 |
현재 버전 | 1.1.18 |
최근 업데이트 | 2013-06-12 |
출시 날짜 | 2013-06-12 |
평점 | 4.32/5 총 31 개의 평점 |
개발자 | Tushar Mathur |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tusharmath/Super-Cache |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super-Cache", "manifest_version": 2, "version": "1.1.18", "description": "Helps in overriding cache policy", "permissions": [ "*:\/\/*\/*", "storage", "webRequest", "webRequestBlocking", "tabs" ], "page_action": { "default_title": "Super Cache", "default_icon": "snapshots\/cache_black.png", "default_popup": "popup\/index.html" }, "background": { "scripts": [ "background\/bg.min.js" ] } } |