jQuery-cache-fix

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

jQuery-cache-fix là gì?

jQuery-cache-fix là một tiện ích mở rộng Chrome được phát triển bởi fly2xj, và tính năng chính của nó là "Replace jquery in site with local file to speed up page load.".

Tải xuống tệp CRX của tiện ích mở rộng jQuery-cache-fix

Tải xuống các tệp mở rộng jQuery-cache-fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên jQuery-cache-fix jQuery-cache-fix
ID aianhbkhjjkbelhcalmjemdbgeeblian
URL Chính Thức https://chrome.google.com/webstore/detail/jquery-cache-fix/aianhbkhjjkbelhcalmjemdbgeeblian
Mô tả Replace jquery in site with local file to speed up page load.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2015-11-09
Ngày Phát Hành 2015-11-09
Nhà Phát Triển fly2xj
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}