jQuery-cache-fix
Replace jquery in site with local file to speed up page load.
Cos'è jQuery-cache-fix?
jQuery-cache-fix è un'estensione di Chrome sviluppata da fly2xj, e la sua funzione principale è "Replace jquery in site with local file to speed up page load.".
Scarica il file CRX dell'estensione jQuery-cache-fix
Scarica i file di estensione jQuery-cache-fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | aianhbkhjjkbelhcalmjemdbgeeblian |
URL Ufficiale | https://chrome.google.com/webstore/detail/jquery-cache-fix/aianhbkhjjkbelhcalmjemdbgeeblian |
Descrizione | Replace jquery in site with local file to speed up page load. |
Dimensione del File | 1.04 MB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2015-11-09 |
Data di Pubblicazione | 2015-11-09 |
Sviluppatore | fly2xj |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |