Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
Wat is Gears of War 4 Forums?
Gears of War 4 Forums is een Chrome-extensie ontwikkeld door TensorFlow, en de belangrijkste functie is "Adds the 'Forums' option back into the main menu.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gears of War 4 Forums
Download Gears of War 4 Forums-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
Basisinformatie over de Extensie
Naam | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
Officiële URL | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
Beschrijving | Adds the 'Forums' option back into the main menu. |
Bestandsgrootte | 54.05 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-04-29 |
Publicatiedatum | 2017-04-29 |
Ontwikkelaar | TensorFlow |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/TheanosLearning/Gears4Forums |
Ondersteunde Talen | 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" ] } |