Hide Download Bar
Hide Download Bar
Hide Download Barคืออะไร?
Hide Download Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gimslab.com และคุณลักษณะหลักของมันคือ "Hide Download Bar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Download Bar
ดาวน์โหลดไฟล์ส่วนขยาย Hide Download Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Very tiny Chrome extension to hide download shelf using keyboard shortcuts. You can close download bar with Ctrl+Shift+H key (or other shorcuts). - Default: Ctrl+Shift+H - Mac Default: Alt+Shift+H Go to chrome://extensions/shortcuts to change shortcuts This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide Download Bar |
ID | ibijappnbkobdaakafkliejnnncjfggi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi |
คำอธิบาย | Hide Download Bar |
ขนาดไฟล์ | 3.16 KB |
จำนวนการติดตั้ง | 1,681 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2022-11-20 |
วันที่เผยแพร่ | 2019-12-14 |
คะแนน | 2.76/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | gimslab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Download Bar", "description": "Hide Download Bar", "version": "0.2", "background": { "service_worker": "background.js" }, "action": { "default_title": "Hide Download Bar" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Alt+Shift+H" } } }, "permissions": [ "downloads", "downloads.shelf" ] } |