Autohide Downloads Bar
This extension closes the downloads bar after a set amount of time
什么是Autohide Downloads Bar?
Autohide Downloads Bar是由Tyler Barron开发的Chrome扩展程序,该扩展的主要功能是“This extension closes the downloads bar after a set amount of time”。
扩展截图
下载Autohide Downloads Bar扩展crx文件
下载Autohide Downloads Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hides shelf automatically
扩展基本信息
名称 | Autohide Downloads Bar |
ID | iaefpjibipfaofmigecedfapfgplmplo |
官方URL | https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo |
简介 | This extension closes the downloads bar after a set amount of time |
文件大小 | 14.17 KB |
安装次数 | 5,053 |
当前版本 | 1.3 |
更新时间 | 2021-07-27 |
上架时间 | 2017-05-22 |
评分 | 4.74/5 共38次评分 |
开发者 | Tyler Barron |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://tylerbarron.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autohide Downloads Bar", "description": "This extension closes the downloads bar after a set amount of time", "version": "1.3", "options_page": "options.html", "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "downloads", "downloads.shelf", "storage" ], "icons": { "16": "icon_16.png", "128": "icon_128.png" } } |