Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Hvad er Download Tabber?
Download Tabber er en Chrome-udvidelse udviklet af Austin Guevara, og dens hovedfunktion er "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Udvidelsesskærmbilleder
Download Download Tabber-udvidelses-CRX-fil
Download Download Tabber-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ikifbnamadpilmpokncfbhdcbldikbdi |
| Officiel URL | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
| Beskrivelse | Open downloads in Chrome Downloads tab, rather than bottom bar. |
| Filstørrelse | 59.44 KB |
| Antal Installationer | 23 |
| Nuværende Version | 0.2.2 |
| Senest Opdateret | 2017-09-29 |
| Udgivelsesdato | 2017-09-28 |
| Bedømmelse | 4.00/5 Samlet 2 Bedømmelser |
| Udvikler | Austin Guevara |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/austin-guevara/chrome-downloads-tabber |
| Hjælpeside-URL | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
| Understøttede Sprog | 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"
]
} | |