Chrome Download Helper
This extension helps you managing your donwloads.
Chrome Download Helperとは何ですか?
Chrome Download HelperはObstc0rpによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you managing your donwloads.」です。
拡張機能のスクリーンショット
Chrome Download Helper拡張機能のCRXファイルをダウンロード
Chrome Download Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps you managing your donwloads. If enabled any download gets it own subdirectory inside the download directory. This subdirectory gets the name of the domain where the download comes from. If enabled you can use a whitelist. Then only those downloads get a subdirectory which domain is listed. Additionally you can use defined shortkeys to open the last download (default Alt+L) and open the default download directory (default Alt+O). You can change this settings in the Chrome extension menu at the very bottom.
拡張機能の基本情報
名前 | Chrome Download Helper |
ID | knaddinhblejecfcgajdpbebicfpejem |
公式URL | https://chromewebstore.google.com/detail/chrome-download-helper/knaddinhblejecfcgajdpbebicfpejem |
説明 | This extension helps you managing your donwloads. |
ファイルサイズ | 686 KB |
インストール数 | 20,000 |
現在のバージョン | 1.2.2 |
最終更新日 | 2015-04-09 |
公開日 | 2015-04-09 |
評価 | 2.83/5 合計 24 レビュー |
開発者 | Obstc0rp |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Obstc0rp/Chrome-Download-Helper |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Download Helper", "description": "This extension helps you managing your donwloads.", "version": "1.2.2", "permissions": [ "downloads", "downloads.open" ], "icons": { "128": ".\/assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": ".\/assets\/images\/icon.png", "default_popup": ".\/html\/popup.html" }, "options_page": ".\/html\/options.html", "commands": { "open-download-dir": { "suggested_key": { "default": "Alt+O" }, "description": "Open Download Directory" }, "open-last-downlaod": { "suggested_key": { "default": "Alt+L" }, "description": "Open Last Download" } } } |