jQuery-cache
Replace jQuery in site with local file to speed up page load.
jQuery-cache란 무엇입니까?
jQuery-cache은(는) massimo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace jQuery in site with local file to speed up page load."입니다.
확장 프로그램 스크린샷
jQuery-cache 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replace jQuery file in the page with local cached file to speed up page load. Besides, due to the GFW of China, Chinese can't access Google CDN js. This chrome extension can avoid this situation. Welcome to use pull request at https://github.com/yangsibai/jQuery-cache to add more cache. 通过使用本地的 jQuery 文件替代网页中使用的 jQuery 文件,从而提高加载速度。 另外,由于中国对 Google 的屏蔽,导致部分使用 Google CDN 加速 jQuery 的网站无法正常运行(例如 stackoverflow.com),使用 jQuey-cache 可以避免此尴尬。 欢迎到 https://github.com/yangsibai/jQuery-cache 使用 pull request 补充其他常见文件的本地缓存。
확장 프로그램 기본 정보
이름 | |
ID | kalnennlfaffhbdbnoakkiiciifmmohk |
공식 URL | https://chrome.google.com/webstore/detail/jquery-cache/kalnennlfaffhbdbnoakkiiciifmmohk |
설명 | Replace jQuery in site with local file to speed up page load. |
파일 크기 | 1.22 MB |
설치 횟수 | 266 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2016-12-05 |
출시 날짜 | 2016-12-05 |
평점 | 3.50/5 총 2 개의 평점 |
개발자 | massimo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "jQuery-cache", "version": "0.2.1", "description": "Replace jQuery in site with local file to speed up page load.", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "minimum_chrome_version": "6.0.0.0", "icons": { "64": "logo\/64.png" }, "web_accessible_resources": [ "files\/jQuery\/*.js" ], "background": { "scripts": [ "background.js" ] } } |