ASUS Download Master Plugin

ASUS Download Master of the Context Menus API.

ASUS Download Master Pluginとは何ですか?

ASUS Download Master PluginはWayne Chienによって開発されたChromeの拡張機能で、その主な機能は「ASUS Download Master of the Context Menus API.」です。

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

screenshot

ASUS Download Master Plugin拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to submit download tasks to the ASUS Download Master from context menu. Just right click on the link or torrent file and select "Download link by ASUS Download Master" in the context menu and that is it!

安裝此擴充程式後,即可使用華碩全系列的WiFi Router中的Download Master功能.
須配合華碩無線Router使用!
支援Bt檔和NZB檔,對著超連結按下滑鼠右鍵選擇"Download link by ASUS Download Master"即可使用!

Change Log:
v2.7.0
- add DDNS setup
- add Bubble hint                    

拡張機能の基本情報

名前 ASUS Download Master Plugin ASUS Download Master Plugin
ID kjahdcjadampelfmhkbceiledefjfnga
公式URL https://chrome.google.com/webstore/detail/asus-download-master-plug/kjahdcjadampelfmhkbceiledefjfnga
説明 ASUS Download Master of the Context Menus API.
ファイルサイズ 49.49 KB
インストール数 3,000
現在のバージョン 2.7
最終更新日 2015-04-15
公開日 2015-04-15
評価 3.74/5 合計 38 レビュー
開発者 Wayne Chien
支払い方法 free
対応言語 en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/bubble.css"
            ],
            "js": [
                "js\/popupbubble.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "ASUS Download Master of the Context Menus API.",
    "icons": {
        "128": "img\/Download_128.png",
        "16": "img\/Download_16.png",
        "48": "img\/Download_48.png"
    },
    "manifest_version": 2,
    "name": "ASUS Download Master Plugin",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*",
        "notifications",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7"
}