AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
Что такое AutoHideDownloadsBar?
AutoHideDownloadsBar - это расширение Chrome, разработанное raingart, и его основная функция - "This extension hides annoying downloads bar in the bottom of the screen.".
Снимки экрана расширения
Скачать файл CRX расширения AutoHideDownloadsBar
Скачайте файлы расширений AutoHideDownloadsBar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | gkmndgjgpolmikgnipipfekglbbgjcel |
| Официальный URL | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
| Описание | This extension hides annoying downloads bar in the bottom of the screen. |
| Размер файла | 66.51 KB |
| Количество установок | 10,000 |
| Текущая Версия | 2.12.2 |
| Последнее Обновление | 2022-07-07 |
| Дата публикации | 2020-02-08 |
| Рейтинг | 4.88/5 Всего 107 оценок |
| Разработчик | raingart |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/raingart/AutoHideDownloadsBar-extension |
| URL страницы помощи | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
| Поддерживаемые языки | 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"
} | |