One Click Downloader
Automatically save downloaded files to different folders based on their type or name.
One Click Downloaderคืออะไร?
One Click Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Till Haldimann และคุณลักษณะหลักของมันคือ "Automatically save downloaded files to different folders based on their type or name."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click Downloader
ดาวน์โหลดไฟล์ส่วนขยาย One Click Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HOW DOES IT WORK? Right-click on a download link and choose "Set download folder..." from the context menu. Create a rule for the file, saying in which folder this file and similar ones should be saved. From now on, you can start downloads with a simple click and the files will end up in the right place. Files can be identified by their MIME type, file extension, name or URL.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fbhngehflnenfeefgjfkflhbjaaffgkd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/one-click-downloader/fbhngehflnenfeefgjfkflhbjaaffgkd |
คำอธิบาย | Automatically save downloaded files to different folders based on their type or name. |
ขนาดไฟล์ | 71.85 KB |
จำนวนการติดตั้ง | 2,875 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2015-03-29 |
วันที่เผยแพร่ | 2015-03-29 |
คะแนน | 3.00/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Till Haldimann |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.2.3", "author": "Till Haldimann", "icons": { "128": "graphics\/128.png", "48": "graphics\/48.png", "16": "graphics\/16.png" }, "permissions": [ "downloads", "contextMenus", "tabs", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "scripts\/event.js" ], "persistent": false }, "options_page": "pages\/options.html" } |