Gears of War 4 Forums

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

Co je Gears of War 4 Forums?

Gears of War 4 Forums je rozšíření Chrome vyvinuté TensorFlow, a jeho hlavní funkcí je „Adds the 'Forums' option back into the main menu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gears of War 4 Forums

Stáhněte si soubory rozšíření Gears of War 4 Forums ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
Oficiální URL https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Popis Adds the 'Forums' option back into the main menu.
Velikost souboru 54.05 KB
Počet instalací 22
Aktuální Verze 1.0.1
Poslední Aktualizace 2017-04-29
Datum Vydání 2017-04-29
Vývojář TensorFlow
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/TheanosLearning/Gears4Forums
Podporované Jazyky 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"
    ]
}