Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Downloads Notificationとは何ですか?
Downloads Notificationはethanによって開発されたChromeの拡張機能で、その主な機能は「Move your download list from the fat bottom bar to Chrome Notification Center」です。
拡張機能のスクリーンショット
Downloads Notification拡張機能のCRXファイルをダウンロード
Downloads Notification拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".
拡張機能の基本情報
名前 | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
公式URL | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
説明 | Move your download list from the fat bottom bar to Chrome Notification Center |
ファイルサイズ | 7.16 KB |
インストール数 | 1,312 |
現在のバージョン | 1.5 |
最終更新日 | 2014-08-29 |
公開日 | 2014-08-29 |
評価 | 3.81/5 合計 32 レビュー |
開発者 | ethan |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads Notification", "description": "Move your download list from the fat bottom bar to Chrome Notification Center", "version": "1.5", "icons": { "128": "icon.png" }, "permissions": [ "downloads", "downloads.shelf", "downloads.open", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |