Downloads Router
Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain.
Downloads Routerคืออะไร?
Downloads Router เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lars F. Karlström และคุณลักษณะหลักของมันคือ "Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloads Router
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |