ELMS Download Blocker

This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!

ELMS Download Blockerคืออะไร?

ELMS Download Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cameron Payton และคุณลักษณะหลักของมันคือ "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!"

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

screenshot

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

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

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

                        Often, University of Maryland professors will upload files to their class web pages that students need to view for assignments. However, most of the time the link is an automatic download, so the file gets stored on your computer. It's fairly annoying and can clutter the student's downloads folder very quickly. It would be much more convenient to simply open the file in the browser instead, and that's exactly what this extension does. Enjoy! This extension is open source, and can be found here: https://github.com/music/ElmsDownloadBlocker                    

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

ชื่อ ELMS Download Blocker ELMS Download Blocker
ID ehkdbdbfonglaimdhgoodhcpihbmpefe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/elms-download-blocker/ehkdbdbfonglaimdhgoodhcpihbmpefe
คำอธิบาย This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!
ขนาดไฟล์ 2.84 MB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2018-08-27
วันที่เผยแพร่ 2018-08-27
ผู้พัฒนา Cameron Payton
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ELMS Download Blocker",
    "description": "This extension opens files on ELMS in the browser instead of automatically downloading them. Enjoy!",
    "version": "2.4",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/elms.png"
    },
    "permissions": [
        "activeTab",
        "",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}