Gears of War 4 Forums
Adds the 'Forums' option back into the main menu.
Qu'est-ce que Gears of War 4 Forums ?
Gears of War 4 Forums est une extension Chrome développée par TensorFlow, et sa fonction principale est "Adds the 'Forums' option back into the main menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gears of War 4 Forums
Téléchargez les fichiers d'extension Gears of War 4 Forums au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Adds the "Forums" option back into the main menu. The extension icon also acts as a shortcut to https://gearsofwar.com/forums
Informations de Base sur l'Extension
Nom | Gears of War 4 Forums |
ID | gnnnghjolkebfmgablmplcboppcadiid |
URL Officiel | https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid |
Description | Adds the 'Forums' option back into the main menu. |
Taille du Fichier | 54.05 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-04-29 |
Date de Publication | 2017-04-29 |
Développeur | TensorFlow |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/TheanosLearning/Gears4Forums |
Langues Prises en Charge | 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" ] } |