jQuery-cache-fix

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

jQuery-cache-fixคืออะไร?

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

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

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

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}