Gears of War 4 Forums

Adds the 'Forums' option back into the main menu.

Что такое Gears of War 4 Forums?

Gears of War 4 Forums - это расширение Chrome, разработанное TensorFlow, и его основная функция - "Adds the 'Forums' option back into the main menu.".

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

screenshot

Скачать файл CRX расширения Gears of War 4 Forums

Скачайте файлы расширений Gears of War 4 Forums в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums                    

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

Название Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
Официальный URL https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Описание Adds the 'Forums' option back into the main menu.
Размер файла 54.05 KB
Количество установок 22
Текущая Версия 1.0.1
Последнее Обновление 2017-04-29
Дата публикации 2017-04-29
Разработчик TensorFlow
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/TheanosLearning/Gears4Forums
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gears of War 4 Forums",
    "short_name": "Gears4 Forums",
    "version": "1.0.1",
    "description": "Adds the 'Forums' option back into the main menu.",
    "icons": {
        "48": "img\/forums_tile48.png",
        "128": "img\/forums_tile128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gearsofwar.com\/*"
            ],
            "js": [
                "content\/forums.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "styles\/forums.css"
    ]
}