Disable Download Shelf
Disables the download bar at bottom of window
Disable Download Shelfคืออะไร?
Disable Download Shelf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย conceptualspace และคุณลักษณะหลักของมันคือ "Disables the download bar at bottom of window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Download Shelf
ดาวน์โหลดไฟล์ส่วนขยาย Disable Download Shelf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox). On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled! This extension is free and open source.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disable Download Shelf |
ID | jobfojcgkainhgidfhaoedmmgloaengg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg |
คำอธิบาย | Disables the download bar at bottom of window |
ขนาดไฟล์ | 15.51 KB |
จำนวนการติดตั้ง | 3,127 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2022-04-06 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.36/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | conceptualspace |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/conceptualspace/disable-download-shelf |
URL หน้าช่วยเหลือ | https://github.com/conceptualspace/disable-download-shelf/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://conceptualspace.net/privacy.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Shelf", "version": "2.1", "description": "Disables the download bar at bottom of window", "author": "[email protected]", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/icon16.png", "24": "icon\/icon24.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_title": "Downloads" }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 3 } |