Awesome Button Bar

Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!

Что такое Awesome Button Bar?

Awesome Button Bar - это расширение Chrome, разработанное https://upway2late.com, и его основная функция - "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Awesome Button Bar

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

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

                        Too many buttons cluttering up Chrome? This button contains eleven in one. 

Extensions, history, downloads, bookmarks, view source, options, new window, and print are all here. 

Recently added buttons are duplicate tab, second home, and refresh all tabs.

Showing each button on the bar is optional so you don’t have to have them all if you don’t want them all. Also, each button can be configured to open either in the current window or in a new window. Note: print to a new window now works too!                    

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

Название Awesome Button Bar Awesome Button Bar
ID bcmfandagknmpnambbppcpgclkccgigb
Официальный URL https://chromewebstore.google.com/detail/awesome-button-bar/bcmfandagknmpnambbppcpgclkccgigb
Описание Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!
Размер файла 45.48 KB
Количество установок 1,663
Текущая Версия 1.2.0.0
Последнее Обновление 2016-09-22
Дата публикации 2016-09-22
Рейтинг 4.00/5 Всего 20 оценок
Разработчик https://upway2late.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.upway2late.com/projects/buttons-project
URL страницы помощи http://www.upway2late.com/projects/buttons-project
URL страницы политики конфиденциальности http://www.upway2late.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Button Bar",
    "version": "1.2.0.0",
    "description": "Button bar, combining downloads, bookmarks, extensions, history, view source, print, and more from a single button. Awesome!",
    "icons": {
        "16": "barButton_16.png",
        "48": "barButton_48.png",
        "128": "barButton_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "barButton_19.png",
        "default_title": "Awesome Button Bar",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}