Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Qu'est-ce que Download Tabber ?
Download Tabber est une extension Chrome développée par Austin Guevara, et sa fonction principale est "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Tabber
Téléchargez les fichiers d'extension Download Tabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Download Tabber |
ID | ikifbnamadpilmpokncfbhdcbldikbdi |
URL Officiel | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
Description | Open downloads in Chrome Downloads tab, rather than bottom bar. |
Taille du Fichier | 59.44 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2017-09-29 |
Date de Publication | 2017-09-28 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | Austin Guevara |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/austin-guevara/chrome-downloads-tabber |
URL de la Page d'Aide | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
Langues Prises en Charge | 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" ] } |