Save to Downloads
An easy way to save images to the Downloads folder.
Save to Downloadsคืออะไร?
Save to Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arhey และคุณลักษณะหลักของมันคือ "An easy way to save images to the Downloads folder."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Downloads
ดาวน์โหลดไฟล์ส่วนขยาย Save to Downloads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
คำอธิบาย | An easy way to save images to the Downloads folder. |
ขนาดไฟล์ | 6.58 KB |
จำนวนการติดตั้ง | 227 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2019-09-27 |
วันที่เผยแพร่ | 2019-09-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Arhey |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/freearhey/save-to-downloads |
URL หน้าช่วยเหลือ | https://github.com/freearhey/save-to-downloads/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Downloads", "version": "0.1.2", "description": "An easy way to save images to the Downloads folder.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |