Extensions Page Keyboard Shortcut

Use Ctrl+Shift+E to go to the Chrome Extensions Page.

Что такое Extensions Page Keyboard Shortcut?

Extensions Page Keyboard Shortcut - это расширение Chrome, разработанное Kyle Ryan, и его основная функция - "Use Ctrl+Shift+E to go to the Chrome Extensions Page.".

Скачать файл CRX расширения Extensions Page Keyboard Shortcut

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

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

                        You should be able to go to the bottom of the extensions page to "Keyboard shortcuts" and customize the bind to whatever you want.

For Mac users, the shortcut will default to Cmd+Shift+E.                    

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

Название Extensions Page Keyboard Shortcut Extensions Page Keyboard Shortcut
ID pjbmajgbglabooidnlhknimeofmclleg
Официальный URL https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg
Описание Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Размер файла 6.58 KB
Количество установок 22
Текущая Версия 1.1
Последнее Обновление 2014-07-25
Дата публикации 2014-07-25
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Kyle Ryan
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Extensions Page Keyboard Shortcut",
    "version": "1.1",
    "description": "Use Ctrl+Shift+E to go to the Chrome Extensions Page.",
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "author": "Kyle Ryan",
    "commands": {
        "open-ext": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            },
            "description": "Open Extensions page"
        }
    },
    "short_name": "Extensions Page Shortcut"
}