ASUS Download Master Plugin
ASUS Download Master of the Context Menus API.
O que é ASUS Download Master Plugin?
ASUS Download Master Plugin é uma extensão do Chrome desenvolvida por Wayne Chien, e sua principal característica é "ASUS Download Master of the Context Menus API.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ASUS Download Master Plugin
Baixe arquivos de extensão ASUS Download Master Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | kjahdcjadampelfmhkbceiledefjfnga |
URL Oficial | https://chrome.google.com/webstore/detail/asus-download-master-plug/kjahdcjadampelfmhkbceiledefjfnga |
Descrição | ASUS Download Master of the Context Menus API. |
Tamanho do Arquivo | 49.49 KB |
Contagem de Instalações | 3,000 |
Versão Atual | 2.7 |
Última Atualização | 2015-04-15 |
Data de Publicação | 2015-04-15 |
Classificação | 3.74/5 Total de 38 Avaliações |
Desenvolvedor | Wayne Chien |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |