Clear Downloads
This extension clears and hides the download bar on download completion
Co to jest Clear Downloads?
Clear Downloads to rozszerzenie Chrome opracowane przez https://www.dicode.nl, a jego główną funkcją jest „This extension clears and hides the download bar on download completion”.
Pobierz plik CRX rozszerzenia Clear Downloads
Pobierz pliki rozszerzeń Clear Downloads 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
Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.
Podstawowe informacje o rozszerzeniu
Nazwa | Clear Downloads |
ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm |
Oficjalny URL | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm |
Opis | This extension clears and hides the download bar on download completion |
Rozmiar pliku | 13.34 KB |
Liczba instalacji | 737 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2015-01-09 |
Data Publikacji | 2015-01-09 |
Ocena | 4.31/5 Łącznie 16 Oceny |
Deweloper | https://www.dicode.nl |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads", "short_name": "dicldds", "description": "This extension clears and hides the download bar on download completion", "version": "0.2.1", "author": "dicode VOF", "permissions": [ "downloads", "browsingData" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |