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
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } |