Downloads Folder Launcher

Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.

Что такое Downloads Folder Launcher?

Downloads Folder Launcher - это расширение Chrome, разработанное https://browsernative.com, и его основная функция - "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Downloads Folder Launcher

Скачайте файлы расширений Downloads Folder Launcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J.                    

Основная информация о расширении

Название Downloads Folder Launcher Downloads Folder Launcher
ID gmhianpphjibhflcnebkmkkdojjigbjd
Официальный URL https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd
Описание Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
Размер файла 11.94 KB
Количество установок 10,000
Текущая Версия 1.0.0
Последнее Обновление 2023-10-20
Дата публикации 2017-09-25
Рейтинг 4.53/5 Всего 30 оценок
Разработчик https://browsernative.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://browsernative.com/chromebook-download-folder-launcher/
URL страницы помощи https://browsernative.com/chromebook-download-folder-launcher/
URL страницы политики конфиденциальности https://browsernative.com/extensions-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": {
            "128": "static\/icon-128.png",
            "48": "static\/icon-48.png",
            "16": "static\/icon-16.png"
        },
        "default_title": "Open 'Downloads' Folder"
    },
    "description": "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.",
    "homepage_url": "https:\/\/browsernative.com\/chromebook-download-folder-launcher\/",
    "icons": {
        "128": "static\/icon-128.png",
        "48": "static\/icon-48.png",
        "16": "static\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "Downloads Folder Launcher",
    "offline_enabled": true,
    "permissions": [
        "downloads"
    ],
    "version": "1.0.0",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J"
            }
        }
    }
}