Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
Vad är Gears of War 4 Forums?
Gears of War 4 Forums är en Chrome-tillägg utvecklad av TensorFlow, och dess huvudfunktion är "Adds the 'Forums' option back into the main menu.".
Tilläggsskärmbilder
Ladda ner Gears of War 4 Forums-förlängningens CRX-fil
Ladda ner Gears of War 4 Forums-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | gnnnghjolkebfmgablmplcboppcadiid | 
| Officiell webbadress | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid | 
| Beskrivning | Adds the 'Forums' option back into the main menu. | 
| Filstorlek | 54.05 KB | 
| Antal Installationer | 22 | 
| Aktuell Version | 1.0.1 | 
| Senast Uppdaterad | 2017-04-29 | 
| Publiceringsdatum | 2017-04-29 | 
| Utvecklare | TensorFlow | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/TheanosLearning/Gears4Forums | 
| Stödda Språk | 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"
    ]
}  |  |