Thunder Download Manager
A super fast download manager
Thunder Download Managerとは何ですか?
Thunder Download Managerはxiaozhuai7によって開発されたChromeの拡張機能で、その主な機能は「A super fast download manager」です。
拡張機能のスクリーンショット
Thunder Download Manager拡張機能のCRXファイルをダウンロード
Thunder Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Feature: 1. Manage Chrome download task(create, pause, resume, stop, clear, etc...) 2. Open file or show in file manager 3. Grab media files in current tab 4. Notification when task finished 5. Open source 6. More to explorer...
拡張機能の基本情報
名前 | Thunder Download Manager |
ID | nllgadppmkoamdlocamdnmimkehhojai |
公式URL | https://chromewebstore.google.com/detail/thunder-download-manager/nllgadppmkoamdlocamdnmimkehhojai |
説明 | A super fast download manager |
ファイルサイズ | 533 KB |
インストール数 | 6,653 |
現在のバージョン | 0.2.1 |
最終更新日 | 2021-10-29 |
公開日 | 2020-02-06 |
評価 | 4.27/5 合計 45 レビュー |
開発者 | xiaozhuai7 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/xiaozhuai/thunder-download-manager |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2.1", "short_name": "Thunder", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "icons": { "128": "logo.png" }, "permissions": [ "downloads", "downloads.shelf", "downloads.open", "notifications", "storage", "unlimitedStorage", "activeTab" ], "browser_action": { "default_icon": "logo.png", "default_popup": "index.html" }, "offline_enabled": true, "background": { "scripts": [ "background.js" ], "persistent": true } } |