Hide Download Bar
Hide Download Bar
什么是Hide Download Bar?
Hide Download Bar是由gimslab.com开发的Chrome扩展程序,该扩展的主要功能是“Hide Download Bar”。
扩展截图
下载Hide Download Bar扩展crx文件
下载Hide Download Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Very tiny Chrome extension to hide download shelf using keyboard shortcuts. You can close download bar with Ctrl+Shift+H key (or other shorcuts). - Default: Ctrl+Shift+H - Mac Default: Alt+Shift+H Go to chrome://extensions/shortcuts to change shortcuts This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.
扩展基本信息
名称 | Hide Download Bar |
ID | ibijappnbkobdaakafkliejnnncjfggi |
官方URL | https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi |
简介 | Hide Download Bar |
文件大小 | 3.16 KB |
安装次数 | 1,681 |
当前版本 | 0.2 |
更新时间 | 2022-11-20 |
上架时间 | 2019-12-14 |
评分 | 2.76/5 共21次评分 |
开发者 | gimslab.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Download Bar", "description": "Hide Download Bar", "version": "0.2", "background": { "service_worker": "background.js" }, "action": { "default_title": "Hide Download Bar" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Alt+Shift+H" } } }, "permissions": [ "downloads", "downloads.shelf" ] } |