Go to Downloads
One click to your downloads
什么是Go to Downloads?
Go to Downloads是由vkrepa开发的Chrome扩展程序,该扩展的主要功能是“One click to your downloads”。
扩展截图
下载Go to Downloads扩展crx文件
下载Go to Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension adds the button Downloads on your control panel. Now you can manage your downloads in one click. 扩展基本信息
| 名称 | |
| ID | ginfoceafejgiojoiomkmcdgimgagdal |
| 官方URL | https://chromewebstore.google.com/detail/go-to-downloads/ginfoceafejgiojoiomkmcdgimgagdal |
| 简介 | One click to your downloads |
| 文件大小 | 15.35 KB |
| 安装次数 | 1,314 |
| 当前版本 | 2 |
| 更新时间 | 2014-10-17 |
| 上架时间 | 2014-10-17 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | vkrepa |
| 付费类型 | free |
| 隐私政策页面URL | https://flashplaylist.com/privacy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "19.png"
}
},
"description": "One click to your downloads",
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"manifest_version": 2,
"name": "Go to Downloads",
"short_name": "Downloads",
"permissions": [
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2"
} | |