Clear Downloads

This extension clears and hides the download bar on download completion

Clear Downloadsคืออะไร?

Clear Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dicode.nl และคุณลักษณะหลักของมันคือ "This extension clears and hides the download bar on download completion"

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

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

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

                        Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.                    

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

ชื่อ Clear Downloads Clear Downloads
ID ddagcmmgpaibmjkiobcgggeiblnjnfkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm
คำอธิบาย This extension clears and hides the download bar on download completion
ขนาดไฟล์ 13.34 KB
จำนวนการติดตั้ง 737
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2015-01-09
วันที่เผยแพร่ 2015-01-09
คะแนน 4.31/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://www.dicode.nl
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads",
    "short_name": "dicldds",
    "description": "This extension clears and hides the download bar on download completion",
    "version": "0.2.1",
    "author": "dicode VOF",
    "permissions": [
        "downloads",
        "browsingData"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}