Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Vad är Download Tabber?
Download Tabber är en Chrome-tillägg utvecklad av Austin Guevara, och dess huvudfunktion är "Open downloads in Chrome Downloads tab, rather than bottom bar.".
Tilläggsskärmbilder
Ladda ner Download Tabber-förlängningens CRX-fil
Ladda ner Download Tabber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ikifbnamadpilmpokncfbhdcbldikbdi |
| Officiell webbadress | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
| Beskrivning | Open downloads in Chrome Downloads tab, rather than bottom bar. |
| Filstorlek | 59.44 KB |
| Antal Installationer | 23 |
| Aktuell Version | 0.2.2 |
| Senast Uppdaterad | 2017-09-29 |
| Publiceringsdatum | 2017-09-28 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | Austin Guevara |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/austin-guevara/chrome-downloads-tabber |
| Hjälpsida URL | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
| Stödda Språk | 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"
]
} | |