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 |
官方網址 | 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 |
電子郵箱 | [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 } } |