Downloads
Quick access button to the download page
什么是Downloads?
Downloads是由Clean & Simple开发的Chrome扩展程序,该扩展的主要功能是“Quick access button to the download page”。
扩展截图
下载Downloads扩展crx文件
下载Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Quickly access the downloads window  by clicking the icon instead of taking the "long way" (Tools/Downloads).
Very useful for those who download a lot.                     扩展基本信息
| 名称 |   |  
| ID | jfchnphgogjhineanplmfkofljiagjfb | 
| 官方URL | https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb | 
| 简介 | Quick access button to the download page | 
| 文件大小 | 24.75 KB | 
| 安装次数 | 413,983 | 
| 当前版本 | 2 | 
| 更新时间 | 2014-04-09 | 
| 上架时间 | 2014-04-09 | 
| 评分 | 4.19/5 共2725次评分 | 
| 开发者 | Clean & Simple | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads",
    "description": "Quick access button to the download page",
    "version": "2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        }
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}  |  |