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