Autohide Downloads Bar
This extension closes the downloads bar after a set amount of time
Autohide Downloads Barคืออะไร?
Autohide Downloads Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tyler Barron และคุณลักษณะหลักของมันคือ "This extension closes the downloads bar after a set amount of time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autohide Downloads Bar
ดาวน์โหลดไฟล์ส่วนขยาย Autohide Downloads Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides shelf automatically
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Autohide Downloads Bar |
ID | iaefpjibipfaofmigecedfapfgplmplo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo |
คำอธิบาย | This extension closes the downloads bar after a set amount of time |
ขนาดไฟล์ | 14.17 KB |
จำนวนการติดตั้ง | 5,053 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2021-07-27 |
วันที่เผยแพร่ | 2017-05-22 |
คะแนน | 4.74/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | Tyler Barron |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tylerbarron.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autohide Downloads Bar", "description": "This extension closes the downloads bar after a set amount of time", "version": "1.3", "options_page": "options.html", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.shelf", "storage" ], "icons": { "16": "icon_16.png", "128": "icon_128.png" } } |