Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Wat is Download Tabber?
Download Tabber is een Chrome-extensie ontwikkeld door Austin Guevara, en de belangrijkste functie is "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Download Tabber
Download Download Tabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ikifbnamadpilmpokncfbhdcbldikbdi | 
| Officiële URL | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi | 
| Beschrijving | Open downloads in Chrome Downloads tab, rather than bottom bar. | 
| Bestandsgrootte | 59.44 KB | 
| Aantal Installaties | 23 | 
| Huidige Versie | 0.2.2 | 
| Laatst Bijgewerkt | 2017-09-29 | 
| Publicatiedatum | 2017-09-28 | 
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | Austin Guevara | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/austin-guevara/chrome-downloads-tabber | 
| Help Pagina-URL | https://github.com/austin-guevara/chrome-downloads-tabber/issues | 
| Ondersteunde Talen | 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"
    ]
}  |  |