jQuery-cache

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

jQuery-cache क्या है?

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

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        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 补充其他常见文件的本地缓存。                    

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

नाम jQuery-cache jQuery-cache
ID kalnennlfaffhbdbnoakkiiciifmmohk
आधिकारिक URL https://chrome.google.com/webstore/detail/jquery-cache/kalnennlfaffhbdbnoakkiiciifmmohk
विवरण Replace jQuery in site with local file to speed up page load.
फ़ाइल का आकार 1.22 MB
स्थापना संख्या 266
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2016-12-05
प्रकाशन तिथि 2016-12-05
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर massimo
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        ]
    }
}