Download to Temp Folder

Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.

Download to Temp Folderคืออะไร?

Download to Temp Folder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elad Shamir และคุณลักษณะหลักของมันคือ "Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download to Temp Folder

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

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

                        This extension allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.

Once a download is initiated, a popup appears; press OK to save the download in the Temp folder or Cancel to save the download in the default Downloads folder.

The extension is fully customizable and also supports the application of advanced rules to manage where downloaded files will be saved automatically.                    

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

ชื่อ Download to Temp Folder Download to Temp Folder
ID cmgdgmohnilgoblgjmnklajoedgpenan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-to-temp-folder/cmgdgmohnilgoblgjmnklajoedgpenan
คำอธิบาย Allows users to download files to a temporary folder, such as Downloads\Temp, rather than the Downloads folder.
ขนาดไฟล์ 22.65 KB
จำนวนการติดตั้ง 690
เวอร์ชันปัจจุบัน 4.6
อัปเดตครั้งล่าสุด 2016-01-21
วันที่เผยแพร่ 2016-01-21
คะแนน 4.55/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Elad Shamir
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download to Temp Folder",
    "description": "Allows users to download files to a temporary folder, such as Downloads\\Temp, rather than the Downloads folder.",
    "version": "4.6",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.open"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Download to Temp Folder",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    }
}