AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
AutoHideDownloadsBarคืออะไร?
AutoHideDownloadsBar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raingart และคุณลักษณะหลักของมันคือ "This extension hides annoying downloads bar in the bottom of the screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoHideDownloadsBar
ดาวน์โหลดไฟล์ส่วนขยาย AutoHideDownloadsBar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open-source, simple, lean and no ads. Options: - hide download bar only after downloads completion. Or not display the shelf at all. - set delay before the shelf is auto-closed. - display download notifications. - shows the progress of the loading in the icon panel.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AutoHideDownloadsBar |
ID | gkmndgjgpolmikgnipipfekglbbgjcel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
คำอธิบาย | This extension hides annoying downloads bar in the bottom of the screen. |
ขนาดไฟล์ | 66.51 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2.12.2 |
อัปเดตครั้งล่าสุด | 2022-07-07 |
วันที่เผยแพร่ | 2020-02-08 |
คะแนน | 4.88/5 รวมทั้งหมด 107 คะแนน |
ผู้พัฒนา | raingart |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/raingart/AutoHideDownloadsBar-extension |
URL หน้าช่วยเหลือ | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
ภาษาที่รองรับ | de,en,tr,es,ar,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "AutoHideDownloadsBar", "short_name": "AutoHideDownloadsBar", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "raingart", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "2.12.2", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "downloads", "downloads.shelf" ], "optional_permissions": [ "tabs", "notifications", "downloads.open" ], "background": { "page": "\/html\/background.html", "persistent": true }, "browser_action": { "default_title": "AutoHideDownloadsBar" }, "options_page": "\/html\/options.html" } |