Save Image to Downloads

Adds a right-click direct download item for images, like Safari.

Save Image to Downloadsคืออะไร?

Save Image to Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Urban Apps และคุณลักษณะหลักของมันคือ "Adds a right-click direct download item for images, like Safari."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Image to Downloads

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

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

                        This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web.

Safari has this built in, and it was the first thing I missed when making the switch to Chrome.                    

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

ชื่อ Save Image to Downloads Save Image to Downloads
ID enjefpkmlibebgbbgidmhpmjhcdffhfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm
คำอธิบาย Adds a right-click direct download item for images, like Safari.
ขนาดไฟล์ 21.46 KB
จำนวนการติดตั้ง 27,101
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2014-08-04
วันที่เผยแพร่ 2014-08-04
คะแนน 3.73/5 รวมทั้งหมด 238 คะแนน
ผู้พัฒนา Urban Apps
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image to Downloads",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Adds a right-click direct download item for images, like Safari.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "save_to_downloads.js"
        ]
    }
}