Custom Download Directory

Chrome extension to customise download directory based off metadata

Custom Download Directoryคืออะไร?

Custom Download Directory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Coates และคุณลักษณะหลักของมันคือ "Chrome extension to customise download directory based off metadata"

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

screenshot

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

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

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

                        Allows you to customise how your downloads are organised on your computer, splitting downloads into separate folders based off date or time, using a format you pick.                    

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

ชื่อ Custom Download Directory Custom Download Directory
ID obpicakemlpffjalkbfkkfifigjogjeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-download-directory/obpicakemlpffjalkbfkkfifigjogjeo
คำอธิบาย Chrome extension to customise download directory based off metadata
ขนาดไฟล์ 12.02 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2020-10-20
วันที่เผยแพร่ 2020-09-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา William Coates
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/WillCoates/CustomDownloadDir
URL หน้าช่วยเหลือ https://github.com/WillCoates/CustomDownloadDir/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Download Directory",
    "version": "1.0.2",
    "description": "Chrome extension to customise download directory based off metadata",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png",
        "256": "icon\/icon256.png"
    },
    "author": "William Coates",
    "permissions": [
        "downloads",
        "storage"
    ],
    "background": {
        "scripts": [
            "defaults.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}