Asus Download Master Link Handler
This extension allows you to capture and redirect links to your Asus Download Master Application running on your Asus router.…
什麼是Asus Download Master Link Handler?
Asus Download Master Link Handler是由Victor Holz開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to capture and redirect links to your Asus Download Master Application running on your Asus router.…”。
擴展截圖
下載Asus Download Master Link Handler擴展crx文件
下載Asus Download Master Link Handler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to capture and redirect links to your Asus Download Master Application running on your Asus router. Clicking on the icon shows you an options page where you can choose which files/links types to capture (including a custom comma separated list of link prefixes/postfixes). Note: This is a beta version. I work on this project for fun and when I have free time. The source code is available here: https://github.com/vicholz/Asus-Download-Master-Link-Handler Changes in 0.0.3: - Removed image replacement option. It only worked on some sites and looked weird on most others. - Cleaned up logic to run onclick instead of onload. Changes in 0.0.4: - Added workaround for links on https sites (cannot be opened in iframe). Opens in new tab/window instead). Going to test with xhr later but will probably have to keep it this way Changes in 0.0.5: - Switched to XHR, and cleaned up. Workaround for HTTPS sites has to stay as any attempts to open links on the same page that are not HTTP are blocked.
擴展基本資訊
名稱 | Asus Download Master Link Handler |
ID | eijljffkkhjjmoikgcepbiodfloejcfm |
官方網址 | https://chromewebstore.google.com/detail/asus-download-master-link/eijljffkkhjjmoikgcepbiodfloejcfm |
簡介 | This extension allows you to capture and redirect links to your Asus Download Master Application running on your Asus router.… |
檔案大小 | 734 KB |
安裝次數 | 458 |
目前版本 | 0.0.5 |
更新時間 | 2014-09-15 |
上架時間 | 2014-09-14 |
評分 | 4.00/5 共 12 次評分 |
開發者 | Victor Holz |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asus Download Master Link Handler", "description": "", "version": "0.0.5", "minimum_chrome_version": "23", "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "permissions": [ "storage", "activeTab" ], "browser_action": { "default_title": "Asus Download Master Link Handler", "default_icon": "assets\/icon_128.png", "default_popup": "options.html" }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |