Download Shelf Disabler

Turns off Chrome's downloads shelf.

Download Shelf Disablerคืออะไร?

Download Shelf Disabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ferb และคุณลักษณะหลักของมันคือ "Turns off Chrome's downloads shelf."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Shelf Disabler

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

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

                        Useful for macOS users who like Safari's default behaviour.

A macOS-only version is also available, for users of Chrome Sync across multiple operating systems: https://chrome.google.com/webstore/detail/download-shelf-disabler-f/lhjlgfpiopfmjbhnpcmfdeepikdpankp

Works by making a single call to the chrome.downloads.setShelfEnabled API. Doesn't collect any data, run anything in the background or consume memory.                    

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

ชื่อ Download Shelf Disabler Download Shelf Disabler
ID aefnabdoeaehgniaceoefkbambfdhdjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-shelf-disabler/aefnabdoeaehgniaceoefkbambfdhdjl
คำอธิบาย Turns off Chrome's downloads shelf.
ขนาดไฟล์ 12.23 KB
จำนวนการติดตั้ง 152
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-09-21
วันที่เผยแพร่ 2016-09-14
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Ferb
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ferbivore/chrome-download-shelf-disabler
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Shelf Disabler",
    "description": "Turns off Chrome's downloads shelf.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}