Spartan Hub

Companion for Halo 5 that gives you a quick overview of your stats

Τι είναι το Spartan Hub;

Το Spartan Hub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Thundernerd, και η κύρια λειτουργία του είναι "Companion for Halo 5 that gives you a quick overview of your stats".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spartan Hub

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

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

                        Spartan Hub is a companion that helps you in getting a quick overview of your stats for Halo 5.

You can quickly see your SR and the XP necessary for the next level and your rank for every playlist you qualified in.

Besides that you'll see what commendations that reward you with requisition packs are close to completing, so that you can focus on completing those!

Then there are the requisitions. There's a quick view of how many requisitions you still need to unlock for every rarity, however, there is also a bigger overview that shows you how many requisitions for what category you still need to unlock.


Change-log:

Version 1.0.6
- Fix for the requisitions not showing anymore

Version 1.0.5
- 'Loading screen' shows a message when loading is taking longer than expected
- Show message to user whenever no data is received from halowaypoint

Version 1.0.4
- Fixed login check
- Added total count to requisitions

Version 1.0.3
- Updated packs needed calculation to be more accurate (not using requsitions that come in packs (by Reddit user /u/Fenris447))

Version 1.0.2
- Added requisition packs info
- Onyx playlist ranking shows progress towards 2500CSR
- Champion playlist ranking shows progress towards #1

Version 1.0.1
- Fix for above diamond playlist rankings

Version 1.0
- Initial release                    

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

Όνομα Spartan Hub Spartan Hub
ID cndpfepbgejcpednnkpbpmabijjoclpp
Επίσημο URL https://chromewebstore.google.com/detail/spartan-hub/cndpfepbgejcpednnkpbpmabijjoclpp
Περιγραφή Companion for Halo 5 that gives you a quick overview of your stats
Μέγεθος Αρχείου 221 KB
Αριθμός Εγκαταστάσεων 187
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2017-02-20
Ημερομηνία Δημοσίευσης 2017-02-20
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Thundernerd
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Thundernerd/Spartan-Hub
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spartan Hub",
    "version": "1.0.6",
    "description": "Companion for Halo 5 that gives you a quick overview of your stats",
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Spartan Hub"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.halowaypoint.com\/*"
    ],
    "incognito": "split",
    "manifest_version": 2
}