Gears of War 4 Forums

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

Co to jest Gears of War 4 Forums?

Gears of War 4 Forums to rozszerzenie Chrome opracowane przez TensorFlow, a jego główną funkcją jest „Adds the 'Forums' option back into the main menu.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gears of War 4 Forums

Pobierz pliki rozszerzeń Gears of War 4 Forums w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
Oficjalny URL https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Opis Adds the 'Forums' option back into the main menu.
Rozmiar pliku 54.05 KB
Liczba instalacji 22
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-04-29
Data Publikacji 2017-04-29
Deweloper TensorFlow
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/TheanosLearning/Gears4Forums
Obsługiwane Języki 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"
    ]
}