Downloads
Access the folder of the last downloaded file, on click and on completion.
Downloadsとは何ですか?
DownloadsはJad Helouによって開発されたChromeの拡張機能で、その主な機能は「Access the folder of the last downloaded file, on click and on completion.」です。
拡張機能のスクリーンショット
Downloads拡張機能のCRXファイルをダウンロード
Downloads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
拡張機能の基本情報
名前 | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
公式URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
説明 | Access the folder of the last downloaded file, on click and on completion. |
ファイルサイズ | 102 KB |
インストール数 | 54 |
現在のバージョン | 1.5 |
最終更新日 | 2022-03-28 |
公開日 | 2017-08-10 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Jad Helou |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |