Begone Scrollbar
Removes the scrollbar.
什麼是Begone Scrollbar?
Begone Scrollbar是由Dominik Mückstein開發的Chrome擴展程式,該擴展的主要功能是“Removes the scrollbar.”。
擴展截圖
下載Begone Scrollbar擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | jifmlkikhpnajphhoimjpcoepiggdnba |
| 官方網址 | 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
} | |