Download Manager
Easy to manage downloaded files
Download Managerとは何ですか?
Download Managerはxinghaiによって開発されたChromeの拡張機能で、その主な機能は「Easy to manage downloaded files」です。
拡張機能のスクリーンショット
Download Manager拡張機能のCRXファイルをダウンロード
Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can manage downloaded files more conveniently! If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager
拡張機能の基本情報
名前 | Download Manager |
ID | ofpglhlcdbjdhlacgbljnildhajfmlei |
公式URL | https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei |
説明 | Easy to manage downloaded files |
ファイルサイズ | 383 KB |
インストール数 | 10,000 |
現在のバージョン | 1.1.4 |
最終更新日 | 2021-12-17 |
公開日 | 2020-07-01 |
評価 | 4.47/5 合計 176 レビュー |
開発者 | xinghai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/xinghaixuanwo/download-manager |
ヘルプページのURL | https://github.com/xinghaixuanwo/download-manager |
対応言語 | de,en,fr,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.1.4", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+X", "mac": "Alt+X" }, "description": "__MSG_openPopupSetting__" } }, "options_page": "options.html", "default_locale": "en", "permissions": [ "downloads", "downloads.open", "downloads.shelf", "storage", "notifications", "contextMenus", "background" ], "homepage_url": "https:\/\/github.com\/xinghaix\/download-manager", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "39" } |