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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize your downloads automatically! Set custom download locations based on filetype, filename, or source domain."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Downloads Router एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}