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”。

扩展截图

screenshot
screenshot

下载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".                    

扩展基本信息

名称 Downloads Notification Downloads Notification
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
电子邮箱 [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
    }
}