Download Tab Shortcut
Access the Download Tab on Chrome within a snap
什么是Download Tab Shortcut?
Download Tab Shortcut是由Daniel R.开发的Chrome扩展程序,该扩展的主要功能是“Access the Download Tab on Chrome within a snap”。
扩展截图
下载Download Tab Shortcut扩展crx文件
下载Download Tab Shortcut扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Access the Download Tab on Chrome within a snap.
Open a new tab with the Download Tab directly from the Chrome address bar. 扩展基本信息
| 名称 | |
| ID | icgllojphobcelnadkpnpakckhlmnoaa |
| 官方URL | https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa |
| 简介 | Access the Download Tab on Chrome within a snap |
| 文件大小 | 25.74 KB |
| 安装次数 | 1,848 |
| 当前版本 | 1.1 |
| 更新时间 | 2012-07-05 |
| 上架时间 | 2012-07-05 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | Daniel R. |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Download Tab Shortcut",
"description": "Access the Download Tab on Chrome within a snap",
"version": "1.1",
"background": {
"scripts": [
"bg.js"
]
},
"browser_action": {
"default_icon": "icon_32x32.png",
"default_title": ""
},
"icons": {
"16": "icon_16x16.png",
"128": "icon_128x128.png"
}
} | |