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 |
| 官方URL | 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"
} | |