Simple Download Manager

Simple Download Manager

Simple Download Managerとは何ですか?

Simple Download ManagerはAdrián Arbizuによって開発されたChromeの拡張機能で、その主な機能は「Simple Download Manager」です。

拡張機能のスクリーンショット

screenshot
screenshot

Simple Download Manager拡張機能のCRXファイルをダウンロード

Simple Download Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Simple Download Manager is integrated into your browser download manager as much as possible.

Main features:
1. Pause and resume downloads.
2. Notification telling you the download estimated time.
3. Sound played when download ends.

Share your experience at the Chrome Store and rate Simple Download Manager(SDM) extension
Extension made by Adrián Arbizu Donoso (Spain). 
Framework used: Angular 16.                    

拡張機能の基本情報

名前 Simple Download Manager Simple Download Manager
ID agokeleincpgkfodginnangajeejbgjd
公式URL https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd
説明 Simple Download Manager
ファイルサイズ 1.45 MB
インストール数 3,461
現在のバージョン 2.2.0
最終更新日 2023-10-01
公開日 2020-01-23
評価 4.13/5 合計 8 レビュー
開発者 Adrián Arbizu
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "manifest_version": 3,
    "name": "Simple Download Manager",
    "description": "Simple Download Manager",
    "version": "2.2.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "19": "assets\/icon19.png",
        "38": "assets\/icon19.png",
        "128": "assets\/icon19.png"
    },
    "action": {
        "default_title": "View Downloads!",
        "default_popup": "index.html#\/popup"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "offscreen"
    ],
    "short_name": "SDM",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}