Disable Download Bar
Removes the download bar at the bottom of Chrome windows (does nothing else).
什么是Disable Download Bar?
Disable Download Bar是由https://www.gryphenpossolutions.com开发的Chrome扩展程序,该扩展的主要功能是“Removes the download bar at the bottom of Chrome windows (does nothing else).”。
扩展截图
下载Disable Download Bar扩展crx文件
下载Disable Download Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used for any other purpose. All this extension does is disable the downloads bar.
扩展基本信息
名称 | Disable Download Bar |
ID | gjdldigdojpjlmphnogmcmhojfadfmem |
官方URL | https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem |
简介 | Removes the download bar at the bottom of Chrome windows (does nothing else). |
文件大小 | 3.17 KB |
安装次数 | 20,000 |
当前版本 | 1.5 |
更新时间 | 2019-05-31 |
上架时间 | 2019-05-31 |
评分 | 4.55/5 共88次评分 |
开发者 | https://www.gryphenpossolutions.com |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Bar", "version": "1.5", "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).", "permissions": [ "downloads", "downloads.shelf" ], "manifest_version": 2, "background": { "persistent": false, "scripts": [ "background.js" ] }, "offline_enabled": true } |