Gears of War 4 Forums

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

什么是Gears of War 4 Forums?

Gears of War 4 Forums是由TensorFlow开发的Chrome扩展程序,该扩展的主要功能是“Adds the 'Forums' option back into the main menu.”。

扩展截图

screenshot

下载Gears of War 4 Forums扩展crx文件

下载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"
    ]
}