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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download to Temp Folder
قم بتنزيل ملفات الامتداد Download to Temp Folder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |