Download Tabber
Open downloads in Chrome Downloads tab, rather than bottom bar.
Co to jest Download Tabber?
Download Tabber to rozszerzenie Chrome opracowane przez Austin Guevara, a jego główną funkcją jest „Open downloads in Chrome Downloads tab, rather than bottom bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Download Tabber
Pobierz pliki rozszerzeń Download Tabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ikifbnamadpilmpokncfbhdcbldikbdi |
| Oficjalny URL | https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi |
| Opis | Open downloads in Chrome Downloads tab, rather than bottom bar. |
| Rozmiar pliku | 59.44 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 0.2.2 |
| Ostatnia Aktualizacja | 2017-09-29 |
| Data Publikacji | 2017-09-28 |
| Ocena | 4.00/5 Łącznie 2 Oceny |
| Deweloper | Austin Guevara |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/austin-guevara/chrome-downloads-tabber |
| Adres URL Strony Pomocy | https://github.com/austin-guevara/chrome-downloads-tabber/issues |
| Obsługiwane Języki | 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"
]
} | |