Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
What is Download Tabber?
Download Tabber is a Chrome extension developed by Austin Guevara, and its main feature is "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Extension Screenshots
Download Download Tabber Extension CRX File
Download Download Tabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
Official URL | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
Description | Open downloads in Chrome Downloads tab, rather than bottom bar. |
File Size | 59.44 KB |
Installation Count | 23 |
Current Version | 0.2.2 |
Last Updated | 2017-09-29 |
Publish Date | 2017-09-28 |
Rating | 4.00/5 Total 2 Ratings |
Developer | Austin Guevara |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/austin-guevara/chrome-downloads-tabber |
Help Page URL | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
Supported Languages | 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" ] } |