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 |
| 公式URL | 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
} | |