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."입니다.
확장 프로그램 스크린샷
ASUS Download Master Plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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" } |