Awesome Options Button

Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.

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

Awesome Options Button - это расширение Chrome, разработанное https://upway2late.com, и его основная функция - "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.".

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

screenshot
screenshot
screenshot

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

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

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

                        It is a shortcut button to open the Chrome options page.                    

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

Название Awesome Options Button Awesome Options Button
ID plbcofniomdgojippejpigepjbclnadg
Официальный URL https://chromewebstore.google.com/detail/awesome-options-button/plbcofniomdgojippejpigepjbclnadg
Описание Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.
Размер файла 33.66 KB
Количество установок 63
Текущая Версия 1.2.0.0
Последнее Обновление 2020-12-08
Дата публикации 2016-09-22
Рейтинг 5.00/5 Всего 1 оценок
Разработчик 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 Options Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome options in a new window or tab. If the options page is already open, that tab is selected.",
    "icons": {
        "16": "options_16.png",
        "48": "options_48.png",
        "128": "options_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "options_19.png",
        "default_title": "Awesome Options Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}