AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
什麼是AutoHideDownloadsBar?
AutoHideDownloadsBar是由raingart開發的Chrome擴展程式,該擴展的主要功能是“This extension hides annoying downloads bar in the bottom of the screen.”。
擴展截圖
下載AutoHideDownloadsBar擴展crx文件
下載AutoHideDownloadsBar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open-source, simple, lean and no ads.
Options:
- hide download bar only after downloads completion. Or not display the shelf at all.
- set delay before the shelf is auto-closed.
- display download notifications.
- shows the progress of the loading in the icon panel. 擴展基本資訊
| 名稱 | |
| ID | gkmndgjgpolmikgnipipfekglbbgjcel |
| 官方網址 | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
| 簡介 | This extension hides annoying downloads bar in the bottom of the screen. |
| 檔案大小 | 66.51 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 2.12.2 |
| 更新時間 | 2022-07-07 |
| 上架時間 | 2020-02-08 |
| 評分 | 4.88/5 共 107 次評分 |
| 開發者 | raingart |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/raingart/AutoHideDownloadsBar-extension |
| 說明頁面URL | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
| 支援的語言 | de,en,tr,es,ar,zh-CN,ja,ko |
| manifest.json | |
{
"manifest_version": 2,
"name": "AutoHideDownloadsBar",
"short_name": "AutoHideDownloadsBar",
"description": "__MSG_app_description__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "raingart",
"default_locale": "en",
"minimum_chrome_version": "80.0",
"version": "2.12.2",
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"permissions": [
"storage",
"downloads",
"downloads.shelf"
],
"optional_permissions": [
"tabs",
"notifications",
"downloads.open"
],
"background": {
"page": "\/html\/background.html",
"persistent": true
},
"browser_action": {
"default_title": "AutoHideDownloadsBar"
},
"options_page": "\/html\/options.html"
} | |