Download Manager
Chrome Download Manager
Download Managerとは何ですか?
Download ManagerはAnand Sudhanaboinaによって開発されたChromeの拡張機能で、その主な機能は「Chrome Download Manager」です。
拡張機能のスクリーンショット
Download Manager拡張機能のCRXファイルをダウンロード
Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.
拡張機能の基本情報
名前 | |
ID | lcelifoanjcecgoccbedjipjaeaocaae |
公式URL | https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae |
説明 | Chrome Download Manager |
ファイルサイズ | 19.41 KB |
インストール数 | 2,268 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-07-02 |
公開日 | 2020-07-02 |
評価 | 4.41/5 合計 17 レビュー |
開発者 | Anand Sudhanaboina |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "manager.js" ] }, "default_locale": "en", "description": "Chrome Download Manager", "icons": { "128": "data\/icon128.png", "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png" }, "manifest_version": 2, "name": "Download Manager", "options_page": "options.html", "permissions": [ "downloads" ], "short_name": "DManager", "version": "1.0.0" } |