CDNCache
Cache CDN files locally.
Wat is CDNCache?
CDNCache is een Chrome-extensie ontwikkeld door gbrunacci, en de belangrijkste functie is "Cache CDN files locally.".
Download het CRX-bestand van de extensie CDNCache
Download CDNCache-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get CDN files locally, for development or browsing improvement. See: https://github.com/gbrunacci/cdn-cache
Basisinformatie over de Extensie
Naam | |
ID | cjjmbggfmolglgbakinoejofkgflbibc |
Officiële URL | https://chrome.google.com/webstore/detail/cdncache/cjjmbggfmolglgbakinoejofkgflbibc |
Beschrijving | Cache CDN files locally. |
Bestandsgrootte | 54.57 KB |
Aantal Installaties | 62 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-06-05 |
Publicatiedatum | 2015-06-05 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | gbrunacci |
Betalingswijze | free |
Extensiewebsite | https://github.com/gbrunacci/cdn-cache |
Help Pagina-URL | https://github.com/gbrunacci/cdn-cache |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CDNCache", "description": "Cache CDN files locally.", "version": "1.0", "background": { "scripts": [ "cdn-cache.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "name": "CDNCache" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", "*:\/\/*\/*" ] } |