AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
AutoHideDownloadsBarとは何ですか?
AutoHideDownloadsBarはraingartによって開発されたChromeの拡張機能で、その主な機能は「This extension hides annoying downloads bar in the bottom of the screen.」です。
拡張機能のスクリーンショット
AutoHideDownloadsBar拡張機能のCRXファイルをダウンロード
AutoHideDownloadsBar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open-source, simple, lean and no ads.
Options:
- hide download bar only after downloads completion. Or not display the shelf at all.
- set delay before the shelf is auto-closed.
- display download notifications.
- shows the progress of the loading in the icon panel. 拡張機能の基本情報
| 名前 | |
| ID | gkmndgjgpolmikgnipipfekglbbgjcel |
| 公式URL | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
| 説明 | This extension hides annoying downloads bar in the bottom of the screen. |
| ファイルサイズ | 66.51 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 2.12.2 |
| 最終更新日 | 2022-07-07 |
| 公開日 | 2020-02-08 |
| 評価 | 4.88/5 合計 107 レビュー |
| 開発者 | raingart |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/raingart/AutoHideDownloadsBar-extension |
| ヘルプページのURL | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
| 対応言語 | de,en,tr,es,ar,zh-CN,ja,ko |
| manifest.json | |
{
"manifest_version": 2,
"name": "AutoHideDownloadsBar",
"short_name": "AutoHideDownloadsBar",
"description": "__MSG_app_description__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "raingart",
"default_locale": "en",
"minimum_chrome_version": "80.0",
"version": "2.12.2",
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"permissions": [
"storage",
"downloads",
"downloads.shelf"
],
"optional_permissions": [
"tabs",
"notifications",
"downloads.open"
],
"background": {
"page": "\/html\/background.html",
"persistent": true
},
"browser_action": {
"default_title": "AutoHideDownloadsBar"
},
"options_page": "\/html\/options.html"
} | |