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