Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
什麼是Download Tabber?
Download Tabber是由Austin Guevara開發的Chrome擴展程式,該擴展的主要功能是“Open downloads in Chrome Downloads tab, rather than bottom bar.”。
擴展截圖
下載Download Tabber擴展crx文件
下載Download Tabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.
擴展基本資訊
名稱 | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
官方網址 | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
簡介 | Open downloads in Chrome Downloads tab, rather than bottom bar. |
檔案大小 | 59.44 KB |
安裝次數 | 23 |
目前版本 | 0.2.2 |
更新時間 | 2017-09-29 |
上架時間 | 2017-09-28 |
評分 | 4.00/5 共 2 次評分 |
開發者 | Austin Guevara |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/austin-guevara/chrome-downloads-tabber |
說明頁面URL | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Tabber", "version": "0.2.2", "manifest_version": 2, "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.", "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Download Tabber" }, "permissions": [ "downloads", "downloads.shelf", "tabs" ] } |