Gears of War 4 Forums

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

Τι είναι το Gears of War 4 Forums;

Το Gears of War 4 Forums είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TensorFlow, και η κύρια λειτουργία του είναι "Adds the 'Forums' option back into the main menu.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Gears of War 4 Forums

Λήψη αρχείων επέκτασης Gears of War 4 Forums σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Gears of War 4 Forums Gears of War 4 Forums
ID gnnnghjolkebfmgablmplcboppcadiid
Επίσημο URL https://chromewebstore.google.com/detail/gears-of-war-4-forums/gnnnghjolkebfmgablmplcboppcadiid
Περιγραφή Adds the 'Forums' option back into the main menu.
Μέγεθος Αρχείου 54.05 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2017-04-29
Ημερομηνία Δημοσίευσης 2017-04-29
Προγραμματιστής TensorFlow
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/TheanosLearning/Gears4Forums
Υποστηριζόμενες Γλώσσες 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"
    ]
}