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 |
| 官方網址 | 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",
"*:\/\/*\/*"
]
} | |