AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
Vad är AutoHideDownloadsBar?
AutoHideDownloadsBar är en Chrome-tillägg utvecklad av raingart, och dess huvudfunktion är "This extension hides annoying downloads bar in the bottom of the screen.".
Tilläggsskärmbilder
Ladda ner AutoHideDownloadsBar-förlängningens CRX-fil
Ladda ner AutoHideDownloadsBar-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
Open-source, simple, lean and no ads. Options: - hide download bar only after downloads completion. Or not display the shelf at all. - set delay before the shelf is auto-closed. - display download notifications. - shows the progress of the loading in the icon panel.
Grundläggande Information om Tillägg
Namn | AutoHideDownloadsBar |
ID | gkmndgjgpolmikgnipipfekglbbgjcel |
Officiell webbadress | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
Beskrivning | This extension hides annoying downloads bar in the bottom of the screen. |
Filstorlek | 66.51 KB |
Antal Installationer | 10,000 |
Aktuell Version | 2.12.2 |
Senast Uppdaterad | 2022-07-07 |
Publiceringsdatum | 2020-02-08 |
Betyg | 4.88/5 Totalt 107 Betyg |
Utvecklare | raingart |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/raingart/AutoHideDownloadsBar-extension |
Hjälpsida URL | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
Stödda Språk | de,en,tr,es,ar,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "AutoHideDownloadsBar", "short_name": "AutoHideDownloadsBar", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "raingart", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "2.12.2", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage", "downloads", "downloads.shelf" ], "optional_permissions": [ "tabs", "notifications", "downloads.open" ], "background": { "page": "\/html\/background.html", "persistent": true }, "browser_action": { "default_title": "AutoHideDownloadsBar" }, "options_page": "\/html\/options.html" } |