Nice Downloads!
A lightweight & efficient extension of Chrome’s Download Manager.
Nice Downloads!とは何ですか?
Nice Downloads!はBen Cheshireによって開発されたChromeの拡張機能で、その主な機能は「A lightweight & efficient extension of Chrome’s Download Manager.」です。
拡張機能のスクリーンショット
Nice Downloads!拡張機能のCRXファイルをダウンロード
Nice Downloads!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nice Downloads! makes downloading on Chrome pretty nice. It automatically shows and hides Chrome's download shelf when starting a new download, and notifies you when one completes. It also features a toolbar button that will popup the downloads screen, and the icon changes colour when you have active downloads. If a download is interrupted by Chrome, the shelf will remain open until you interact with it. This extension does not contain a persistent background process, and has minimal permissions! That's nice, isn't it?
拡張機能の基本情報
名前 | Nice Downloads! |
ID | efnlmhjlcioaeboijgibmgepoahkegpm |
公式URL | https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm |
説明 | A lightweight & efficient extension of Chrome’s Download Manager. |
ファイルサイズ | 8.38 KB |
インストール数 | 1,464 |
現在のバージョン | 1.2 |
最終更新日 | 2016-04-04 |
公開日 | 2016-04-03 |
評価 | 3.73/5 合計 15 レビュー |
開発者 | Ben Cheshire |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice Downloads!", "description": "A lightweight & efficient extension of Chrome\u2019s Download Manager.", "version": "1.2", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "downloads", "downloads.shelf", "notifications", "downloads.open" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "icons": { "128": "img\/icon128.png", "256": "img\/icon256.png" } } |