jQuery-cache-fix

Replace jquery in site with local file to speed up page load.

jQuery-cache-fix क्या है?

jQuery-cache-fix fly2xj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace jquery in site with local file to speed up page load."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में jQuery-cache-fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम jQuery-cache-fix jQuery-cache-fix
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"
    ]
}