Extensions Button
Provides quick icon access to your Chrome extensions.
Что такое Extensions Button?
Extensions Button - это расширение Chrome, разработанное Dan Barnett, и его основная функция - "Provides quick icon access to your Chrome extensions.".
Снимки экрана расширения
Скачать файл CRX расширения Extensions Button
Скачайте файлы расширений Extensions Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your extensions. It either opens a new tab, or switches to the extensions tab if you already have it open in another tab. You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs. See also "Chrome Downloads Button" and "Chrome History Button" from the link below.
Основная информация о расширении
Название | Extensions Button |
ID | hfpnjihjndnmfcbclplooodjmhcdncan |
Официальный URL | https://chromewebstore.google.com/detail/extensions-button/hfpnjihjndnmfcbclplooodjmhcdncan |
Описание | Provides quick icon access to your Chrome extensions. |
Размер файла | 25.58 KB |
Количество установок | 10,751 |
Текущая Версия | 0.2 |
Последнее Обновление | 2013-06-18 |
Дата публикации | 2013-06-17 |
Рейтинг | 4.44/5 Всего 45 оценок |
Разработчик | Dan Barnett |
Тип оплаты | free |
Официальный сайт расширения | http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html |
Поддерживаемые языки | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/icon_19x19.png" }, "description": "Provides quick icon access to your Chrome extensions.", "icons": { "128": "images\/icon_128x128.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png" }, "name": "Extensions Button", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2" } |