jQuery-cache
Replace jQuery in site with local file to speed up page load.
jQuery-cache là gì?
jQuery-cache là một tiện ích mở rộng Chrome được phát triển bởi massimo, và tính năng chính của nó là "Replace jQuery in site with local file to speed up page load.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng jQuery-cache
Tải xuống các tệp mở rộng jQuery-cache dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 补充其他常见文件的本地缓存。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kalnennlfaffhbdbnoakkiiciifmmohk |
URL Chính Thức | https://chrome.google.com/webstore/detail/jquery-cache/kalnennlfaffhbdbnoakkiiciifmmohk |
Mô tả | Replace jQuery in site with local file to speed up page load. |
Kích Thước Tệp | 1.22 MB |
Số Lần Cài Đặt | 266 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2016-12-05 |
Ngày Phát Hành | 2016-12-05 |
Đánh Giá | 3.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | massimo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |