jQuery-cache-fix
Replace jquery in site with local file to speed up page load.
jQuery-cache-fixとは何ですか?
jQuery-cache-fixはfly2xjによって開発されたChromeの拡張機能で、その主な機能は「Replace jquery in site with local file to speed up page load.」です。
jQuery-cache-fix拡張機能のCRXファイルをダウンロード
jQuery-cache-fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
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" ] } |