Download
Access chrome download page. Find your downloaded files
什么是Download?
Download是由https://chromeplayground.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Access chrome download page. Find your downloaded files”。
扩展截图
下载Download扩展crx文件
下载Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Where's my downloaded files? My Downloads help you access you downloads page in Chrome!
What's New in 1.3.0:
- Added offline support
- Imporoved memory usuage 扩展基本信息
| 名称 | |
| ID | nccjoeeljedbmkidebclpoabijggpbdp |
| 官方URL | https://chromewebstore.google.com/detail/download/nccjoeeljedbmkidebclpoabijggpbdp |
| 简介 | Access chrome download page. Find your downloaded files |
| 文件大小 | 28.71 KB |
| 安装次数 | 156,616 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2015-07-13 |
| 上架时间 | 2015-07-12 |
| 评分 | 4.31/5 共1026次评分 |
| 开发者 | https://chromeplayground.blogspot.com |
| 付费类型 | free |
| 支持的语言 | de,en,fil,fr,ca,da,et,es,fi,cs,el,bg,ru,bn,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"browser_action": {
"default_icon": "icon_128_128.png",
"default_title": "My downloads",
"default_popup": "popup.html"
},
"short_name": "Downloads",
"default_locale": "en",
"description": "Access chrome download page. Find your downloaded files",
"icons": {
"128": "icon_128_128.png",
"16": "icon_16_16.png",
"32": "icon_32_32.png",
"48": "icon_48_48.png"
},
"name": "Download",
"permissions": [
"tabs"
],
"version": "1.3.0",
"offline_enabled": true
} | |