Disable Download Bar
Removes the download bar at the bottom of Chrome windows (does nothing else).
Disable Download Barคืออะไร?
Disable Download Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gryphenpossolutions.com และคุณลักษณะหลักของมันคือ "Removes the download bar at the bottom of Chrome windows (does nothing else)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Download Bar
ดาวน์โหลดไฟล์ส่วนขยาย Disable Download Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used for any other purpose. All this extension does is disable the downloads bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disable Download Bar |
ID | gjdldigdojpjlmphnogmcmhojfadfmem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem |
คำอธิบาย | Removes the download bar at the bottom of Chrome windows (does nothing else). |
ขนาดไฟล์ | 3.17 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2019-05-31 |
วันที่เผยแพร่ | 2019-05-31 |
คะแนน | 4.55/5 รวมทั้งหมด 88 คะแนน |
ผู้พัฒนา | https://www.gryphenpossolutions.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Bar", "version": "1.5", "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).", "permissions": [ "downloads", "downloads.shelf" ], "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "offline_enabled": true } |