jQuery-cache-fix
Replace jquery in site with local file to speed up page load.
Vad är jQuery-cache-fix?
jQuery-cache-fix är en Chrome-tillägg utvecklad av fly2xj, och dess huvudfunktion är "Replace jquery in site with local file to speed up page load.".
Ladda ner jQuery-cache-fix-förlängningens CRX-fil
Ladda ner jQuery-cache-fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | aianhbkhjjkbelhcalmjemdbgeeblian |
| Officiell webbadress | https://chrome.google.com/webstore/detail/jquery-cache-fix/aianhbkhjjkbelhcalmjemdbgeeblian |
| Beskrivning | Replace jquery in site with local file to speed up page load. |
| Filstorlek | 1.04 MB |
| Antal Installationer | 35 |
| Aktuell Version | 0.1.1 |
| Senast Uppdaterad | 2015-11-09 |
| Publiceringsdatum | 2015-11-09 |
| Utvecklare | fly2xj |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |