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 } |