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擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 jQuery-cache-fix jQuery-cache-fix
ID aianhbkhjjkbelhcalmjemdbgeeblian
官方網址 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"
    ]
}