Download by extension

You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.

Download by extension क्या है?

Download by extension Dmitry Dmitrienko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc."।

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

screenshot

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

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

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

                        To configure the extension, right-click the extension icon in your web-browser. In the context menu, choose "Settings", the Settings dialog will appear.

Then, you should add rules. To do so, click the "Add rule" button, a row with a new rule will be added to the rule table. In the "File types" column you specify file types, for example, documents, images, music, etc. In the "Directory" column you specify the path to save files. Please note that this path is specified with respect to the browser's download folder(by default, it is C:\\Users\\user\\Downloads).

    If you specify the path music for the "Music" category in the "Directory" column, the real path to this file will be.

C:\Users\user\Downloads\music .
You can specify paths with any nesting level, for example, music\mp3 .

Email for question: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Download by extension Download by extension
ID ogflhjilpmfeejjdnelhakfokcldpfki
आधिकारिक URL https://chromewebstore.google.com/detail/download-by-extension/ogflhjilpmfeejjdnelhakfokcldpfki
विवरण You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.
फ़ाइल का आकार 158 KB
स्थापना संख्या 1,146
वर्तमान संस्करण 0.7.1
अंतिम अपडेट 2014-10-24
प्रकाशन तिथि 2014-10-24
रेटिंग 4.37/5 कुल 27 रेटिंग्स
डेवलपर Dmitry Dmitrienko
भुगतान के प्रकार free
समर्थित भाषाएँ de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download by extension",
    "description": "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc.",
    "version": "0.7.1",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/extension.min.js"
        ]
    },
    "options_page": "options.html",
    "default_locale": "ru",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "downloads"
    ]
}