Downloads Router - with overwrite

Organize your downloads automatically! Set custom download locations based on filename.

Downloads Router - with overwriteคืออะไร?

Downloads Router - with overwrite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cdrosenlund.dev และคุณลักษณะหลักของมันคือ "Organize your downloads automatically! Set custom download locations based on filename."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloads Router - with overwrite

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

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

                        This extension will route downloaded files to specified folders on your computer. Can be done using regex of content name. There is an option to have the downloaded content to overwrite the name if a duplicate is found.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Downloads Router - with overwrite Downloads Router - with overwrite
ID gdhonnfhmbfjipjbjineecnknbpjeemh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloads-router-with-ove/gdhonnfhmbfjipjbjineecnknbpjeemh
คำอธิบาย Organize your downloads automatically! Set custom download locations based on filename.
ขนาดไฟล์ 18.49 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-06-30
วันที่เผยแพร่ 2017-06-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา cdrosenlund.dev
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": "1.0.2",
    "options_page": "options.html",
    "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"
    }
}