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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitry Dmitrienko และคุณลักษณะหลักของมันคือ "You can download files to the theme folder: music in the music folder, movies in the movie folder, etc."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download by extension

ดาวน์โหลดไฟล์ส่วนขยาย Download by extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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