jQuery-cache-fix
Replace jquery in site with local file to speed up page load.
什么是jQuery-cache-fix?
jQuery-cache-fix是由fly2xj开发的Chrome扩展程序,该扩展的主要功能是“Replace jquery in site with local file to speed up page load.”。
下载jQuery-cache-fix扩展crx文件
下载jQuery-cache-fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | aianhbkhjjkbelhcalmjemdbgeeblian |
官方URL | https://chrome.google.com/webstore/detail/jquery-cache-fix/aianhbkhjjkbelhcalmjemdbgeeblian |
简介 | Replace jquery in site with local file to speed up page load. |
文件大小 | 1.04 MB |
安装次数 | 35 |
当前版本 | 0.1.1 |
更新时间 | 2015-11-09 |
上架时间 | 2015-11-09 |
开发者 | fly2xj |
付费类型 | free |
支持的语言 | 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" ] } |