jQuery-cache

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

jQuery-cacheคืออะไร?

jQuery-cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย massimo และคุณลักษณะหลักของมันคือ "Replace jQuery in site with local file to speed up page load."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jQuery-cache

ดาวน์โหลดไฟล์ส่วนขยาย jQuery-cache ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}