Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

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

Save Image to Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย posidron และคุณลักษณะหลักของมันคือ "Save images to the Download folder without the nagging 'Save As' dialog."

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

screenshot
screenshot

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

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

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

                        This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

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

ชื่อ Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
คำอธิบาย Save images to the Download folder without the nagging 'Save As' dialog.
ขนาดไฟล์ 21.79 KB
จำนวนการติดตั้ง 94
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-02-12
วันที่เผยแพร่ 2020-02-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา posidron
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}