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
Eメール [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"
    ]
}