DownFaster
this is a tool for download all resources faster for this webpage.
什麼是DownFaster?
DownFaster是由bugrose開發的Chrome擴展程式,該擴展的主要功能是“this is a tool for download all resources faster for this webpage.”。
擴展截圖
下載DownFaster擴展crx文件
下載DownFaster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a tool for download resources such as javascript files,images and stylesheet files.
You can select whatever you want download, and they will packaged in a zip file, then download automatically.
If there's any problems, please let me know.
My Email:[email protected]
Have FUN 擴展基本資訊
| 名稱 | |
| ID | dcloeafkedgmoodilkgbjbdfbieoiiab |
| 官方網址 | https://chrome.google.com/webstore/detail/downfaster/dcloeafkedgmoodilkgbjbdfbieoiiab |
| 簡介 | this is a tool for download all resources faster for this webpage. |
| 檔案大小 | 64.36 KB |
| 安裝次數 | 3,979 |
| 目前版本 | 1.12.3935.0 |
| 更新時間 | 2012-09-05 |
| 上架時間 | 2012-09-05 |
| 評分 | 4.15/5 共 27 次評分 |
| 開發者 | bugrose |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "ico16_unactive.png",
"default_title": "download monster",
"icons": [
"ico16_unactive.png"
],
"name": "DownFaster",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "this is a tool for download all resources faster for this webpage.",
"icons": {
"16": "ico16.png",
"48": "ico48.png",
"128": "ico128.png"
},
"name": "DownFaster",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "1.12.3935.0",
"manifest_version": 2
} | |