DownloadPresets
Allow users to choose a save location from presets when downloading a file.
DownloadPresetsคืออะไร?
DownloadPresets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DownloadPresets และคุณลักษณะหลักของมันคือ "Allow users to choose a save location from presets when downloading a file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DownloadPresets
ดาวน์โหลดไฟล์ส่วนขยาย DownloadPresets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download Presets
---------------------------
This is an extension that allows you to set presets for download location.
For those who save a lot.
For those who save various things.
Quickly categorize and organize your download folders.
How to use
---------------------------
1. Register a destination folder as a preset on the settings page.
2. When saving a file, a window for selecting the destination presets opens.
3. Select the preset where you want to save.
Features and Limitations
---------------------------
- The destination locations that can be specified are limited to the folder under the default download location (Chrome's Settings - Downloads - Location).
- The first 9 presets and the default can also be selected by using the numeric keys on the keyboard.
- When the selection window is closed, the download is canceled.
- The selection window automatically selects the default after 14 seconds.
These are not a bug
---------------------------
If there are other download-related extensions, they may conflict and not work properly.
If there is a lag in processing on the browser side, the following may occur.
- After selecting a preset, another window appears for a moment.
- After selecting a preset, the save dialog may not appear for a while, and in some cases, downloading may not start.
Change log
---------------------------
2.0 2022/08/01
Extensively modified for release
1.0 2019/06/02
Made for myself
(machine translated) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | anhpffophgblhahpikijbbgnpjbmchfp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/downloadpresets/anhpffophgblhahpikijbbgnpjbmchfp |
| คำอธิบาย | Allow users to choose a save location from presets when downloading a file. |
| ขนาดไฟล์ | 18.25 KB |
| จำนวนการติดตั้ง | 43 |
| เวอร์ชันปัจจุบัน | 2.0 |
| อัปเดตครั้งล่าสุด | 2022-08-11 |
| วันที่เผยแพร่ | 2022-08-10 |
| ผู้พัฒนา | DownloadPresets |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_Name__",
"description": "__MSG_Description__",
"version": "2.0",
"default_locale": "en",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"permissions": [
"storage",
"downloads"
],
"action": {
"default_title": "__MSG_Name__"
},
"background": {
"service_worker": "event.js"
},
"options_page": "options.html"
} | |