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 |
Eメール | [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" ] } |