jQuery-cache-fix
Replace jquery in site with local file to speed up page load.
What is jQuery-cache-fix?
jQuery-cache-fix is a Chrome extension developed by fly2xj, and its main feature is "Replace jquery in site with local file to speed up page load.".
Download jQuery-cache-fix Extension CRX File
Download jQuery-cache-fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | aianhbkhjjkbelhcalmjemdbgeeblian |
Official URL | https://chrome.google.com/webstore/detail/jquery-cache-fix/aianhbkhjjkbelhcalmjemdbgeeblian |
Description | Replace jquery in site with local file to speed up page load. |
File Size | 1.04 MB |
Installation Count | 35 |
Current Version | 0.1.1 |
Last Updated | 2015-11-09 |
Publish Date | 2015-11-09 |
Developer | fly2xj |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo\/64.png" }, "description": "Replace jquery in site with local file to speed up page load.", "icons": { "64": "logo\/64.png" }, "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "name": "jQuery-cache-fix", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "web_accessible_resources": [ "files\/jQuery\/*.js" ] } |