Begone Scrollbar
Removes the scrollbar.
Begone Scrollbarคืออะไร?
Begone Scrollbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dominik Mückstein และคุณลักษณะหลักของมันคือ "Removes the scrollbar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Begone Scrollbar
ดาวน์โหลดไฟล์ส่วนขยาย Begone Scrollbar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simply removes the scrollbar from all pages. This tool archives a minimalistic look and feel for a more full page browser. Delete the Scrollbar. The source-code can be viewed at: https://github.com/PentaPhi/begone_scrollbar
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Begone Scrollbar |
ID | jifmlkikhpnajphhoimjpcoepiggdnba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba |
คำอธิบาย | Removes the scrollbar. |
ขนาดไฟล์ | 13.98 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-03-15 |
วันที่เผยแพร่ | 2021-06-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Dominik Mückstein |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/PentaPhi/begone_scrollbar |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Begone Scrollbar", "version": "1.0", "description": "Removes the scrollbar.", "content_scripts": [ { "css": [ "main.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "128": "icon_small.png" }, "manifest_version": 3, "offline_enabled": true } |