Clear Downloads Plugin

This extension will allow you to clear your downloads with one click

Clear Downloads Pluginคืออะไร?

Clear Downloads Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prem.nirmal และคุณลักษณะหลักของมันคือ "This extension will allow you to clear your downloads with one click"

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

screenshot

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

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

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

                        With the updated google chrome browser, you now have to go through a few clicks to clear your downloads. This can be annoying for an impatient person like me. This simple chrome plugin allows you to clear your downloads with one click :)                    

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

ชื่อ Clear Downloads Plugin Clear Downloads Plugin
ID okkpnkhmlpilfilmflchpbmkbcegiaeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo
คำอธิบาย This extension will allow you to clear your downloads with one click
ขนาดไฟล์ 91.38 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2017-04-11
วันที่เผยแพร่ 2017-04-11
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา prem.nirmal
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/premnirmal/ClearDownloadsPlugin
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads Plugin",
    "description": "This extension will allow you to clear your downloads with one click",
    "version": "0.0.5",
    "homepage_url": "https:\/\/github.com\/premnirmal\/ClearDownloadsPlugin",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Clear Downloads",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData"
    ],
    "incognito": "split"
}