Downloads Router
Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain.
什麼是Downloads Router?
Downloads Router是由Lars F. Karlström開發的Chrome擴展程式,該擴展的主要功能是“Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain.”。
擴展截圖
下載Downloads Router擴展crx文件
下載Downloads Router擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Latest news: ☆ Torrent files downloaded as octet-streams now trigger application/x-bittorrent MIME routing rules ☆ Referrer routing now uses the source URL as a fallback, improving reliability Downloads Router is a tiny extension that helps you avoid cleaning the dreaded "Downloads" folder by automatically saving files in the right places. Downloads Router springs into action whenever you start downloading a file. It looks at the filename, filetype, or origin domain (source website) of the item, and matches this information against rules that you define on the extension's Options page. Should a matching rule exist, a "suggestion" is sent to the browser, indicating where it should save the file; this suggestion may however be overridden, as for instance when you use the "Save As..." feature. The Options page opens automatically after installing the extension, and may thereafter be reached from the chrome://extensions page.
擴展基本資訊
名稱 | Downloads Router |
ID | fgkboeogiiklpklnjgdiaghaiehcknjo |
官方網址 | https://chromewebstore.google.com/detail/downloads-router/fgkboeogiiklpklnjgdiaghaiehcknjo |
簡介 | Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain. |
檔案大小 | 18.46 KB |
安裝次數 | 20,000 |
目前版本 | 0.8.1 |
更新時間 | 2016-06-11 |
上架時間 | 2016-06-10 |
評分 | 4.10/5 共 157 次評分 |
開發者 | Lars F. Karlström |
付費類型 | free |
說明頁面URL | https://bitbucket.org/lfk/downloads-router-chrome-extension |
支援的語言 | en,es,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "DLRouter", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.8.1", "options_page": "options.html", "homepage_url": "https:\/\/bitbucket.org\/lfk\/downloads-router-chrome-extension", "permissions": [ "downloads" ], "background": { "scripts": [ "manager.js" ], "persistent": false }, "icons": { "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png", "128": "data\/icon128.png" } } |