Webber | The scrollbar hider
An browser extension designed to let you easily hide scrollbar
什麼是Webber | The scrollbar hider?
Webber | The scrollbar hider是由MG開發的Chrome擴展程式,該擴展的主要功能是“An browser extension designed to let you easily hide scrollbar”。
擴展截圖
下載Webber | The scrollbar hider擴展crx文件
下載Webber | The scrollbar hider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An browser extension designed to customize some display settings. By now, it lets you automatically hide scrollbar. -> In order to hide scrollbar, open the extension popup and change switch state. -> Your choices are saved locally on your PC. After loading a new page or restarting browser, chosen option will be applied automatically. Source code: https://github.com/Angr0/Webber
擴展基本資訊
名稱 | Webber | The scrollbar hider |
ID | jiadeaflfegcmnjmcecffnloeochhcog |
官方網址 | https://chromewebstore.google.com/detail/webber-the-scrollbar-hide/jiadeaflfegcmnjmcecffnloeochhcog |
簡介 | An browser extension designed to let you easily hide scrollbar |
檔案大小 | 109 KB |
安裝次數 | 379 |
目前版本 | 1.0 |
更新時間 | 2023-02-14 |
上架時間 | 2023-02-13 |
評分 | 4.00/5 共 5 次評分 |
開發者 | MG |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webber | The scrollbar hider", "description": "An browser extension designed to let you easily hide scrollbar", "version": "1.0", "icons": { "16": "\/Images\/WebberLogo16.png", "32": "\/Images\/WebberLogo32.png", "48": "\/Images\/WebberLogo48.png", "128": "\/Images\/WebberLogo128.png" }, "action": { "default_popup": "index.html", "default_title": "Webber" }, "incognito": "split", "permissions": [ "storage", "scripting", "activeTab" ], "content_scripts": [ { "matches": [ " |