Download with Internet Download Manager

Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager

Download with Internet Download Managerとは何ですか?

Download with Internet Download Managerはbalvin.perrieによって開発されたChromeの拡張機能で、その主な機能は「Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Download with Internet Download Manager Download with Internet Download Manager
ID ijagoebbhgpklaaliglekagdjpigbcgm
公式URL https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm
説明 Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
ファイルサイズ 97.44 KB
インストール数 17,872
現在のバージョン 0.2.2
最終更新日 2020-12-30
公開日 2020-02-26
評価 3.83/5 合計 6 レビュー
開発者 balvin.perrie
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://add0n.com/download-with.html?from=idm
ヘルプページのURL https://add0n.com/download-with.html?from=idm
プライバシーポリシーページのURL https://add0n.com/policies/balvin.perrie.txt
対応言語 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download with Internet Download Manager",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.2.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "nativeMessaging",
        "notifications",
        "downloads",
        "contextMenus"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "config.js",
            "termlib_parser.js",
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "data\/grab\/index.html"
    ]
}