CDNCache
Cache CDN files locally.
什么是CDNCache?
CDNCache是由gbrunacci开发的Chrome扩展程序,该扩展的主要功能是“Cache CDN files locally.”。
下载CDNCache扩展crx文件
下载CDNCache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get CDN files locally, for development or browsing improvement.
See: https://github.com/gbrunacci/cdn-cache 扩展基本信息
| 名称 | |
| ID | cjjmbggfmolglgbakinoejofkgflbibc |
| 官方URL | https://chrome.google.com/webstore/detail/cdncache/cjjmbggfmolglgbakinoejofkgflbibc |
| 简介 | Cache CDN files locally. |
| 文件大小 | 54.57 KB |
| 安装次数 | 62 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-06-05 |
| 上架时间 | 2015-06-05 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | gbrunacci |
| 付费类型 | free |
| 扩展官网 | https://github.com/gbrunacci/cdn-cache |
| 帮助页面URL | https://github.com/gbrunacci/cdn-cache |
| 支持的语言 | 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",
"*:\/\/*\/*"
]
} | |