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 |
| 官方網址 | 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
} | |